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 9bc520c commit e78ed85Copy full SHA for e78ed85
.vscode/launch.json
@@ -10,7 +10,11 @@
10
"name": "App (Electron)",
11
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron",
12
"windows": {
13
- "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd"
+ "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd",
14
+ "env": {
15
+ "NODE_ENV": "development",
16
+ "NODE_PRESERVE_SYMLINKS": "1"
17
+ }
18
},
19
"program": "${workspaceRoot}/electron-app/src-gen/frontend/electron-main.js",
20
"protocol": "inspector",
@@ -47,6 +51,12 @@
47
51
"--no-cluster",
48
52
"--no-app-auto-install"
49
53
],
54
+ "windows": {
55
56
57
58
59
+ },
50
60
"env": {
61
"NODE_ENV": "development"
62
0 commit comments