debug: improve self-host debug configurations

https://github.com/microsoft/vscode/issues/100368
This commit is contained in:
Connor Peet 2020-08-12 16:35:56 -07:00
parent 9a2696d391
commit 49924e7ba0
No known key found for this signature in database
GPG key ID: CF8FD2EA0DBC61BD

5
.vscode/launch.json vendored
View file

@ -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