diff --git a/.vscode/launch.json b/.vscode/launch.json index cfe36fa4bc6..25279b09fd3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" ] }, {