Getting "Unable to attach to browser" when trying to debug VS Code 1.48.2 in Edge Chromium 85.0.564.44
kem-storis opened this issue · 1 comments
- VS Code Version: 1.48.2
- Log file (set
"trace": true
in launch config):
Steps to reproduce:
- Added launch.json section for Launch Edge
- Press F5 and the error appears
I have the following in my launch.json:
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Edge",
"request": "launch",
"type": "pwa-msedge",
"url": "https://localhost:44345",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "https://localhost:44345",
"webRoot": "${workspaceFolder}"
}
]
}
I do not have any issue with using the Launch Chrome option, so I'm not sure if there is additional configuration that I need to do.
I have a feeing nobody will answer you