mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-13 14:26:37 +00:00
[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:
parent
0d0ad9efae
commit
3240bf7f3d
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@ -36,9 +36,10 @@
|
|||||||
"--log-level=debug",
|
"--log-level=debug",
|
||||||
"--hostname=localhost",
|
"--hostname=localhost",
|
||||||
"--no-cluster",
|
"--no-cluster",
|
||||||
|
"--app-project-path=${workspaceRoot}/electron-app",
|
||||||
"--remote-debugging-port=9222",
|
"--remote-debugging-port=9222",
|
||||||
"--no-app-auto-install",
|
"--no-app-auto-install",
|
||||||
"--plugins=local-dir:plugins"
|
"--plugins=local-dir:../plugins"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"NODE_ENV": "development"
|
"NODE_ENV": "development"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user