-
Notifications
You must be signed in to change notification settings - Fork 330
Closed
Labels
author-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverification-foundIssue verification failedIssue verification failedverifiedVerification succeededVerification succeeded
Milestone
Description
Describe the bug
When using the Debug Terminal with VSCode in WSL remote mode, there was no obvious way to switch the browser option to Edge. I was able to make it work by using the following config:
"debug.javascript.defaultRuntimeExecutable": {
"pwa-chrome": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe",
},
To Reproduce
Steps to reproduce the behavior:
- In Windows, set Edge as your default browser
- Run VSCode in WSL mode
- Start a webserver
- Ctrl+click the advertised hostname
- See Chrome launches
VS Code Version: v2024.5.217
Metadata
Metadata
Assignees
Labels
author-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverification-foundIssue verification failedIssue verification failedverifiedVerification succeededVerification succeeded