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-04-17 22:24:27 +0300
committerConnor Peet <connor@peet.io>2020-04-17 22:24:27 +0300
commit61ed5c8d1e2c9b21c62c244a8c755b6112c61f9d (patch)
tree6bab7f213489184d7f06aa72e3de7c6d3c8887fc /.vscode/launch.json
parentc5e8b2382212aea9572154cfef96acc18684e71f (diff)
launch: restart attachment to extension host process
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 4847944be48..4d0ff8dc65e 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -14,6 +14,7 @@
{
"type": "node",
"request": "attach",
+ "restart": true,
"name": "Attach to Extension Host",
"timeout": 30000,
"port": 5870,
@@ -168,6 +169,7 @@
"type": "pwa-chrome",
"request": "launch",
"name": "Launch VS Code",
+ "browserLaunchLocation": "workspace",
"windows": {
"runtimeExecutable": "${workspaceFolder}/scripts/code.bat"
},