-
Notifications
You must be signed in to change notification settings - Fork 345
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
Describe the bug
WSL2 chrome debug not possible, browser opens for a moment then closes, with messege:
Error running browser: connect ECONNREFUSED 127.0.0.1:53579
To Reproduce
Steps to reproduce the behavior:
- On windows 10, install WSL2
- Install VSCODE (insiders or stable)
- Try debug javascript
launch.json:
{
"name": "Launch Chrome",
"request": "launch",
"type": "pwa-chrome",
"url": "http://localhost:5000",
"trace": true,
"webRoot": "${workspaceFolder}"
},
Log File
vscode-debugadapter-00e1f992.json
Vscode -> 1.56.0-insider
Javacript Debugger (Nightly) v2021.4.2617
Additional context
Curiously installing older versions of the javascript debugger also give the same error, even versions 3 months old
Also installing older versions of Debugger for chrome and Remote WSL also fails with the same error
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded