update vs code default launch config

This commit is contained in:
Joao Moreno 2019-11-01 09:04:12 +01:00
parent c8846de84a
commit a8cd55799d

5
.vscode/launch.json vendored
View file

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