Skip to content

Commit cdd3315

Browse files
author
Akos Kitta
committed
fixed launch config.
[dev] Fixed the VS Code loading in launch config. Signed-off-by: Akos Kitta <[email protected]>
1 parent 0f59310 commit cdd3315

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)