Skip to content

Instantly share code, notes, and snippets.

@beriberikix
Created February 18, 2019 04:34
Show Gist options
  • Save beriberikix/1ddaa209632a87a09ccedc990f7caa12 to your computer and use it in GitHub Desktop.
Save beriberikix/1ddaa209632a87a09ccedc990f7caa12 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