Skip to content

Instantly share code, notes, and snippets.

@jteso
Created October 18, 2019 02:38
Show Gist options
  • Save jteso/4b0febd285fa73de04b8938d257549e9 to your computer and use it in GitHub Desktop.
Save jteso/4b0febd285fa73de04b8938d257549e9 to your computer and use it in GitHub Desktop.
{
"type": "node",
"request": "launch",
"name": "Electron: Main",
"protocol": "inspector",
"cwd": "${workspaceFolder}/cloudaction-ide",
"runtimeExecutable": "${workspaceFolder}/cloudaction-ide/node_modules/.bin/electron",
"runtimeArgs": ["--remote-debugging-port=9223", "."],
"windows": {
"runtimeExecutable": "${workspaceFolder}/cloudaction-ide/node_modules/.bin/electron.cmd"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment