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 09c4709 commit dbffcd3Copy full SHA for dbffcd3
.vscode/launch.json
@@ -8,10 +8,6 @@
8
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron",
9
"windows": {
10
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd",
11
- "env": {
12
- "NODE_ENV": "development",
13
- "NODE_PRESERVE_SYMLINKS": "1"
14
- }
15
},
16
"cwd": "${workspaceFolder}/electron-app",
17
"protocol": "inspector",
0 commit comments