Add attach compound and align names (#7107)

This commit is contained in:
Charles Gagnon
2019-09-08 17:34:36 -07:00
committed by GitHub
parent b813ace79c
commit 789e26ae60

13
.vscode/launch.json vendored
View File

@@ -207,18 +207,25 @@
]
},
{
"name": "Search and Renderer processes",
"name": "Debug Renderer and search processes",
"configurations": [
"Launch azuredatastudio",
"Attach to Search Process"
]
},
{
"name": "Renderer and Extension Host processes",
"name": "Debug Renderer and Extension Host processes",
"configurations": [
"Launch azuredatastudio",
"Attach to Extension Host"
]
},
{
"name": "Attach Renderer and Extension Host",
"configurations": [
"Attach to azuredatastudio",
"Attach to Extension Host"
]
}
]
}
}