aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-03-02 10:53:24 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-03-02 10:53:24 +0100
commit662b55b0883255eeb4de9986a4e172cb6af4f0d8 (patch)
treeea177d1af31656d3321f739ac8a319ca5399cfd7 /.vscode
parentinternationalize validation messages (diff)
parentMerge branch 'feature/titlebar' of github.com:meetfranz/franz into feature/ti... (diff)
downloadferdium-app-662b55b0883255eeb4de9986a4e172cb6af4f0d8.tar.gz
ferdium-app-662b55b0883255eeb4de9986a4e172cb6af4f0d8.tar.zst
ferdium-app-662b55b0883255eeb4de9986a4e172cb6af4f0d8.zip
Merge branch 'feature/titlebar' into feature/i18n-universal
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index a8300f84f..5afc2d051 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -9,7 +9,8 @@
9 "program": "${workspaceFolder}/build/index.js", 9 "program": "${workspaceFolder}/build/index.js",
10 "protocol": "inspector", 10 "protocol": "inspector",
11 "env": { 11 "env": {
12 "NODE_ENV": "development" 12 "NODE_ENV": "development",
13 "OS_PLATFORM": "win32"
13 } 14 }
14 }, 15 },
15 { 16 {
@@ -18,9 +19,10 @@
18 "name": "Franz – Live API", 19 "name": "Franz – Live API",
19 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", 20 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
20 "program": "${workspaceFolder}/build/index.js", 21 "program": "${workspaceFolder}/build/index.js",
21 "protocol": "inspector", 22 "protocol": "inspector",
22 "env": { 23 "env": {
23 "LIVE_API": "1" 24 "LIVE_API": "1",
25 "OS_PLATFORM": "win32"
24 } 26 }
25 }, 27 },
26 { 28 {
@@ -31,7 +33,8 @@
31 "program": "${workspaceFolder}/build/index.js", 33 "program": "${workspaceFolder}/build/index.js",
32 "protocol": "inspector", 34 "protocol": "inspector",
33 "env": { 35 "env": {
34 "LOCAL_API": "1" 36 "LOCAL_API": "1",
37 "OS_PLATFORM": "win32"
35 } 38 }
36 } 39 }
37 ] 40 ]