Skip to content

Commit fe9ffe1

Browse files
committed
updated launch.json configuration
1 parent 03acb58 commit fe9ffe1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vscode/launch.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"--app-project-path=${workspaceRoot}/electron-app",
2424
"--remote-debugging-port=9222",
2525
"--no-app-auto-install",
26-
"--plugins=local-dir:../plugins"
26+
"--plugins=local-dir:../plugins",
27+
"--hosted-plugin-inspect=9339"
2728
],
2829
"env": {
2930
"NODE_ENV": "development"
@@ -33,7 +34,8 @@
3334
"${workspaceRoot}/electron-app/src-gen/backend/*.js",
3435
"${workspaceRoot}/electron-app/src-gen/frontend/*.js",
3536
"${workspaceRoot}/electron-app/lib/**/*.js",
36-
"${workspaceRoot}/arduino-ide-extension/lib/**/*.js"
37+
"${workspaceRoot}/arduino-ide-extension/lib/**/*.js",
38+
"${workspaceRoot}/node_modules/@theia/**/*.js"
3739
],
3840
"smartStep": true,
3941
"internalConsoleOptions": "openOnSessionStart",

0 commit comments

Comments
 (0)