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:
authorJoão Moreno <joao.moreno@microsoft.com>2020-04-17 18:04:17 +0300
committerJoão Moreno <joao.moreno@microsoft.com>2020-04-17 18:04:21 +0300
commit7b2b9adc7ed3b6b839be48b6dd6f96c3848ddab9 (patch)
tree2a3dee649fc849ac8e761288e4fd403cdd46c7e3 /.vscode/launch.json
parent9f61589d28e2fc2e9878474278dae4330af0cc6a (diff)
use js-debugger for Launch VS Code
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index a9929675583..60c6995686f 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -158,7 +158,7 @@
"port": 9222
},
{
- "type": "chrome",
+ "type": "pwa-chrome",
"request": "launch",
"name": "Launch VS Code",
"windows": {