Skip to content

Commit 3457833

Browse files
fstasiAlberto Iannaccone
authored and
Alberto Iannaccone
committed
allow breakpoints on vscode (windows)
1 parent ba95e27 commit 3457833

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.vscode/launch.json

Lines changed: 0 additions & 4 deletions
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)