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-08-13 02:35:56 +0300
committerConnor Peet <connor@peet.io>2020-08-13 02:41:11 +0300
commit49924e7ba05843a0962f68b5aa36208014a3fe0a (patch)
tree6a71741bbe64b563752abe279ed8a357ef9d641b /.vscode/launch.json
parent9a2696d39168acf9962bb5dacd5828dab749004f (diff)
debug: improve self-host debug configurations
https://github.com/microsoft/vscode/issues/100368
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 577b733df80..1d966c8b508 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -226,7 +226,9 @@
"--no-cached-data",
],
"webRoot": "${workspaceFolder}",
- // Settings for js-debug:
+ "cascadeTerminateToConfigurations": [
+ "Attach to Extension Host"
+ ],
"userDataDir": false,
"pauseForSourceMap": false,
"outFiles": [
@@ -436,6 +438,7 @@
"Attach to Extension Host",
"Attach to Shared Process",
],
+ "preLaunchTask": "Ensure Prelaunch Dependencies",
"presentation": {
"group": "0_vscode",
"order": 1