update vs code default launch config
parent
c8846de84a
commit
a8cd55799d
|
@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue