We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To set up debugging for the main process check out this article https://electron.rocks/debugging-electron-in-vs-code/
-remote-debugging-port=9222
{ "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "attach", "name": "Attach to Chrome", "port": 9222, "webRoot": "${workspaceFolder}" } ] }
npm start
below is a demonstration: