aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index f6c20b520..5afc2d051 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -19,9 +19,10 @@
19 "name": "Franz – Live API", 19 "name": "Franz – Live API",
20 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", 20 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
21 "program": "${workspaceFolder}/build/index.js", 21 "program": "${workspaceFolder}/build/index.js",
22 "protocol": "inspector", 22 "protocol": "inspector",
23 "env": { 23 "env": {
24 "LIVE_API": "1" 24 "LIVE_API": "1",
25 "OS_PLATFORM": "win32"
25 } 26 }
26 }, 27 },
27 { 28 {
@@ -32,7 +33,8 @@
32 "program": "${workspaceFolder}/build/index.js", 33 "program": "${workspaceFolder}/build/index.js",
33 "protocol": "inspector", 34 "protocol": "inspector",
34 "env": { 35 "env": {
35 "LOCAL_API": "1" 36 "LOCAL_API": "1",
37 "OS_PLATFORM": "win32"
36 } 38 }
37 } 39 }
38 ] 40 ]