From a8cd55799df58fea6ae4fcc65df308e7df658660 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Fri, 1 Nov 2019 09:04:12 +0100 Subject: [PATCH] update vs code default launch config --- .vscode/launch.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" ] }, { -- GitLab