Skip to content

Commit 3240bf7

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
[dev]: Fixed the launch config.
So that the IDE correctly loads the VS Code extensions. Signed-off-by: Akos Kitta <[email protected]>
1 parent 0d0ad9e commit 3240bf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/launch.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@
3636
"--log-level=debug",
3737
"--hostname=localhost",
3838
"--no-cluster",
39+
"--app-project-path=${workspaceRoot}/electron-app",
3940
"--remote-debugging-port=9222",
4041
"--no-app-auto-install",
41-
"--plugins=local-dir:plugins"
42+
"--plugins=local-dir:../plugins"
4243
],
4344
"env": {
4445
"NODE_ENV": "development"

0 commit comments

Comments
 (0)