1
0
Fork 0
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:
Marcelo Bezerra 2025-01-21 18:55:25 +01:00 committed by GitHub
commit 3feddae3c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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/"