fix: allow debugging unit tests in web/codespaces

Fixes https://github.com/microsoft/vscode-internalbacklog/issues/1472
This commit is contained in:
Connor Peet 2020-10-06 17:38:07 +00:00 committed by GitHub
parent 50be930a18
commit d15cc23e6e

3
.vscode/launch.json vendored
View file

@ -196,9 +196,10 @@
}
},
{
"type": "chrome",
"type": "pwa-chrome",
"request": "attach",
"name": "Attach to VS Code",
"browserAttachLocation": "workspace",
"port": 9222
},
{