update vs code default launch config

pull/83822/head
Joao Moreno 2019-11-01 09:04:12 +01:00
parent c8846de84a
commit a8cd55799d
1 changed files with 3 additions and 2 deletions

5
.vscode/launch.json vendored
View File

@ -270,10 +270,11 @@
], ],
"compounds": [ "compounds": [
{ {
"name": "Debug VS Code Main and Renderer", "name": "Debug VS Code Main, Renderer & Extension Host",
"configurations": [ "configurations": [
"Launch VS Code", "Launch VS Code",
"Attach to Main Process" "Attach to Main Process",
"Attach to Extension Host"
] ]
}, },
{ {