aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-23 12:12:54 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-23 12:12:54 +0100
commitae1014ed7d8f2532c4ec33b530662665dc16b141 (patch)
tree73f936db1a3bb797da6e29db3f53ad8e2a0f2678 /.vscode
parentMerge branch 'fix/copy-paste' into feature/titlebar (diff)
downloadferdium-app-ae1014ed7d8f2532c4ec33b530662665dc16b141.tar.gz
ferdium-app-ae1014ed7d8f2532c4ec33b530662665dc16b141.tar.zst
ferdium-app-ae1014ed7d8f2532c4ec33b530662665dc16b141.zip
complete titlebar for Windows & Linux
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 f6c20b520..98408278c 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 "OS_PLATFORM": "win32" 13 // "OS_PLATFORM": "win32"
14 } 14 }
15 }, 15 },
16 { 16 {