Skip to content

Commit

Permalink
fix(debugging): update runtimeExecutable (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbmartinez committed Oct 17, 2023
1 parent 295395f commit 344b7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions advanced/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ If you are using < 1.8 you should really be updating Electron anyway.
"type": "node",
"request": "launch",
"name": "Electron Main",
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron-forge-vscode-nix",
"runtimeExecutable": "${workspaceFolder}/node_modules/@electron-forge/cli/script/vscode.sh",
"windows": {
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron-forge-vscode-win.cmd"
"runtimeExecutable": "${workspaceFolder}/node_modules/@electron-forge/cli/script/vscode.cmd"
},
// runtimeArgs will be passed directly to your Electron application
"runtimeArgs": [
Expand Down

0 comments on commit 344b7b3

Please sign in to comment.