1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 03:19:54 +03:00

Do not run in sandbox to resolve running in linux envs from VSCode

This commit is contained in:
Pawel Spychalski 2024-07-02 21:14:37 +02:00
parent 25f7962087
commit a2daaf284a

2
.vscode/launch.json vendored
View file

@ -9,7 +9,7 @@
"runtimeExecutable": "${workspaceFolder}/node_modules/@electron-forge/cli/script/vscode.cmd",
},
"args": ["--inspect"],
"args": ["--inspect", "--no-sandbox"],
"env": {
"NODE_ENV": "development",
"NODE_PATH": "${workspaceFolder}/js/"