aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-02-23 16:59:26 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-02-23 16:59:26 +0100
commit1b68fda80c8673dbd818aa90cf761c389fd74744 (patch)
tree13441951cfcc1ce57713f8cc58fe0fb04797a69c /.vscode
parentfix .css import (diff)
parent[MINOR] switch to win32 testing on all platforms (diff)
downloadferdium-app-1b68fda80c8673dbd818aa90cf761c389fd74744.tar.gz
ferdium-app-1b68fda80c8673dbd818aa90cf761c389fd74744.tar.zst
ferdium-app-1b68fda80c8673dbd818aa90cf761c389fd74744.zip
Merge branch 'feature/titlebar' of github.com:meetfranz/franz into feature/titlebar
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 9bd373a4d..f6c20b520 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -10,7 +10,7 @@
10 "protocol": "inspector", 10 "protocol": "inspector",
11 "env": { 11 "env": {
12 "NODE_ENV": "development", 12 "NODE_ENV": "development",
13 "FRANZ_PLATFORM": "win32" 13 "OS_PLATFORM": "win32"
14 } 14 }
15 }, 15 },
16 { 16 {