Skip to content

No obvious way to launch Edge as debug browser for terminal link handling in WSL #2012

@amweiss

Description

@amweiss

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:

  1. In Windows, set Edge as your default browser
  2. Run VSCode in WSL mode
  3. Start a webserver
  4. Ctrl+click the advertised hostname
  5. See Chrome launches

VS Code Version: v2024.5.217

Metadata

Metadata

Assignees

Labels

author-verification-requestedIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugverification-foundIssue verification failedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions