Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Peet <connor@peet.io>2020-10-06 20:38:07 +0300
committerGitHub <noreply@github.com>2020-10-06 20:38:30 +0300
commitd15cc23e6ec309c800bf94c18876560c913dc46e (patch)
tree3cfc6d8a3fad6ccb2bd0508ab8df85a114b72579 /.vscode/launch.json
parent50be930a18d2148c96dd7d7e291a253306598c03 (diff)
fix: allow debugging unit tests in web/codespaces
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/1472
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index d37ac78321b..9a5c41b3d8f 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -196,9 +196,10 @@
}
},
{
- "type": "chrome",
+ "type": "pwa-chrome",
"request": "attach",
"name": "Attach to VS Code",
+ "browserAttachLocation": "workspace",
"port": 9222
},
{