Skip to content

Instantly share code, notes, and snippets.

@stevekinney
Created August 6, 2018 14:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevekinney/8696c17f90b32a6a42ab690597585aaa to your computer and use it in GitHub Desktop.
Save stevekinney/8696c17f90b32a6a42ab690597585aaa to your computer and use it in GitHub Desktop.
{
"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