Skip to content

Commit dbffcd3

Browse files
committed
allow breakpoints on vscode (windows)
1 parent 09c4709 commit dbffcd3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.vscode/launch.json

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron",
99
"windows": {
1010
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd",
11-
"env": {
12-
"NODE_ENV": "development",
13-
"NODE_PRESERVE_SYMLINKS": "1"
14-
}
1511
},
1612
"cwd": "${workspaceFolder}/electron-app",
1713
"protocol": "inspector",

0 commit comments

Comments
 (0)