mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-12 19:10:21 +03:00
Merge pull request #2133 from iNavFlight/dzikuvx-fix-linux-debug-not-working
Do not run in sandbox to resolve running in linux envs from VSCode
This commit is contained in:
commit
3feddae3c2
1 changed files with 1 additions and 1 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -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/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue