-
Notifications
You must be signed in to change notification settings - Fork 664
Rebrand "Playwright on Codespaces" to "Playwright Local Browser Server" #5581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+141
−99
Conversation
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
- Renamed directory from playwright-on-codespaces-vscode-extension to playwright-local-browser-server-vscode-extension - Updated rush.json with new package name and project folder - Updated package.json: name, displayName, description, repository path, homepage, command categories - Updated extension.ts: EXTENSION_DISPLAY_NAME and terminal names - Updated utilities.ts: EXTENSION_INSTALLED_FILENAME and comments - Updated README files in vscode extension and playwright-browser-tunnel - Updated main README.md with new paths and descriptions Co-authored-by: TheLarkInn <3408176+TheLarkInn@users.noreply.github.com>
Co-authored-by: TheLarkInn <3408176+TheLarkInn@users.noreply.github.com>
- Fix autoStart default value documentation (false, not true) - Update LICENSE file with new package name - Update extension.ts marker file comment - Fix remaining "Playwright on Codespaces" reference in README - Fix typo: "check's" -> "checks" in utilities.ts Co-authored-by: TheLarkInn <3408176+TheLarkInn@users.noreply.github.com>
- Add missing manageAllowlist command to README - Add missing promptBeforeLaunch setting documentation Co-authored-by: TheLarkInn <3408176+TheLarkInn@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Rebrand Playwright on Codespaces to Playwright Local Browser Server
Rebrand "Playwright on Codespaces" to "Playwright Local Browser Server"
Jan 30, 2026
Member
|
update common/config/azure-pipelines/vscode-extension-publish.yaml with publish config |
bmiddha
reviewed
Jan 30, 2026
vscode-extensions/playwright-local-browser-server-vscode-extension/package.json
Outdated
Show resolved
Hide resolved
vscode-extensions/playwright-local-browser-server-vscode-extension/package.json
Outdated
Show resolved
Hide resolved
bmiddha
reviewed
Jan 30, 2026
vscode-extensions/playwright-local-browser-server-vscode-extension/README.md
Outdated
Show resolved
Hide resolved
bmiddha
approved these changes
Jan 30, 2026
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.
Renames the VSCode extension to better reflect its actual functionality: enabling Playwright tests in any remote VS Code environment while running browsers locally, not just Codespaces.
Changes
Package & Configuration
playwright-on-codespaces→playwright-local-browser-serverin rush.json and package.jsonvscode-extensions/playwright-on-codespaces-vscode-extension→vscode-extensions/playwright-local-browser-server-vscode-extensionExtension Detection API
.playwright-codespaces-extension-installed.txt→.playwright-local-browser-server-extension-installed.txtEXTENSION_INSTALLED_FILENAMEconstant in@rushstack/playwright-browser-tunnel/src/utilities.tsisExtensionInstalledAsync()documentationDocumentation
Manual Action Required
Icon files need manual update due to network restrictions:
vscode-extensions/playwright-local-browser-server-vscode-extension/assets/extension-icon.pngvscode-extensions/playwright-local-browser-server-vscode-extension/assets/extension-icon.svgDownload from:
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
github-production-user-asset-6210df.s3.amazonaws.com/usr/bin/curl curl -L REDACTED -o /tmp/new-icon.png(dns block)/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.