mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
update vs code default launch config
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user