From 3240bf7f3d90d7cbb865687ce068c35e16901768 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Mon, 12 Apr 2021 11:48:32 +0200 Subject: [PATCH] [dev]: Fixed the launch config. So that the IDE correctly loads the VS Code extensions. Signed-off-by: Akos Kitta --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7a8f5829..897576ce 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -36,9 +36,10 @@ "--log-level=debug", "--hostname=localhost", "--no-cluster", + "--app-project-path=${workspaceRoot}/electron-app", "--remote-debugging-port=9222", "--no-app-auto-install", - "--plugins=local-dir:plugins" + "--plugins=local-dir:../plugins" ], "env": { "NODE_ENV": "development"