[dev]: Fixed the launch config.

So that the IDE correctly loads the VS Code extensions.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2021-04-12 11:48:32 +02:00 committed by Akos Kitta
parent 0d0ad9efae
commit 3240bf7f3d

3
.vscode/launch.json vendored
View File

@ -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"