Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 <kittaakos@typefox.io>
1 parent 0f59310 commit cdd3315

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.vscode/launch.json‎

Lines changed: 2 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /