mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:31:48 +00:00
debug: improve self-host debug configurations
https://github.com/microsoft/vscode/issues/100368
This commit is contained in:
parent
9a2696d391
commit
49924e7ba0
1 changed files with 4 additions and 1 deletions
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue