We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef6434 commit 745ec32Copy full SHA for 745ec32
.vscode/launch.json
@@ -14,7 +14,10 @@
14
"request": "launch",
15
"cwd": "${workspaceFolder}",
16
"preLaunchTask": "tsc: watch - tsconfig.json",
17
- "runtimeExecutable": "${env:ELECTRON_OVERRIDE_DIST_PATH}/electron",
+ "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
18
+ "linux": {
19
+ "runtimeExecutable": "${env:ELECTRON_OVERRIDE_DIST_PATH}/electron",
20
+ },
21
"windows": {
22
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd"
23
},
0 commit comments