docs: update VS Code getting started guide with new images and content enhancements#36799
Merged
yury-s merged 5 commits intomicrosoft:mainfrom Jul 31, 2025
Merged
Conversation
dgozman
approved these changes
Jul 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request significantly updates the "Getting Started with Playwright in VS Code" documentation to provide a more comprehensive guide for users. The changes focus on improving clarity, expanding details on setup and usage, and enhancing the visual presentation with updated images and examples.
Updated all screenshots and saved them as images in the docs/sr folder instead of upload images through github which we were previously using. This method makes it easier to maintain. However this pr requires microsoft/playwright.dev#1815 to be merged first as it contains a script for copying the images over from the playwright repo to the .dev repo.
i also have a script for image optimization but will add in a separate pr