Skip to content

Commit 745ec32

Browse files
committed
hack
1 parent aef6434 commit 745ec32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/launch.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"request": "launch",
1515
"cwd": "${workspaceFolder}",
1616
"preLaunchTask": "tsc: watch - tsconfig.json",
17-
"runtimeExecutable": "${env:ELECTRON_OVERRIDE_DIST_PATH}/electron",
17+
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
18+
"linux": {
19+
"runtimeExecutable": "${env:ELECTRON_OVERRIDE_DIST_PATH}/electron",
20+
},
1821
"windows": {
1922
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd"
2023
},

0 commit comments

Comments
 (0)