mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 12:57:17 +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",
|
||||
"--hostname=localhost",
|
||||
"--no-cluster",
|
||||
"--app-project-path=${workspaceRoot}/electron-app",
|
||||
"--remote-debugging-port=9222",
|
||||
"--no-app-auto-install",
|
||||
"--plugins=local-dir:plugins"
|
||||
"--plugins=local-dir:../plugins"
|
||||
],
|
||||
"env": {
|
||||
"NODE_ENV": "development"
|
||||
|
Loading…
x
Reference in New Issue
Block a user