| 1234567891011121314 |
- {
- "configurations": [
- {
- "name": "Electron Main",
- "program": "${workspaceFolder}/main.js",
- "request": "launch",
- "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
- "skipFiles": [
- "<node_internals>/**"
- ],
- "type": "node"
- }
- ]
- }
|