Created
August 6, 2018 14:36
-
-
Save stevekinney/8696c17f90b32a6a42ab690597585aaa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug Main Process", | |
"type": "node", | |
"request": "launch", | |
"cwd": "${workspaceRoot}", | |
"runtimeExecutable": | |
"${workspaceRoot}/node_modules/.bin/electron", | |
"windows": { | |
"runtimeExecutable": | |
"${workspaceRoot}/node_modules/.bin/electron.cmd" | |
}, | |
"args": [ | |
"." | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment