diff --git a/.vscode/launch.json b/.vscode/launch.json index 83491fdc4a..5d5800f24d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" + ] } ] -} \ No newline at end of file +}