We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaeb4b commit d87b05fCopy full SHA for d87b05f
.vscode/launch.json
@@ -6,7 +6,7 @@
6
"configurations": [
7
{
8
"name": "Electron: Main",
9
- "type": "pwa-node", //use the node debugger that comes with VS Code
+ "type": "node", //use the node debugger that comes with VS Code
10
"request": "launch",
11
"cwd": "${workspaceFolder}",
12
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
@@ -24,7 +24,7 @@
24
},
25
26
"name": "Electron: Renderer",
27
- "type": "pwa-chrome", //use the Chrome debugger that comes with VS Code
+ "type": "chrome", //use the Chrome debugger that comes with VS Code
28
"request": "attach",
29
"port": 9223, //use debug port opened in Electron: Main configuration
30
"webRoot": "${workspaceFolder}",
0 commit comments