Update vscode tasks

This commit is contained in:
2020-03-20 00:16:11 +02:00
parent 341cf48a3d
commit 29594a46a1
+3 -3
View File
@@ -9,7 +9,7 @@
"command": "./bin/ui",
"problemMatcher": [],
"presentation": {
"reveal": "never"
"focus": true
}
},
{
@@ -18,7 +18,7 @@
"command": "./bin/restart",
"problemMatcher": [],
"presentation": {
"reveal": "never"
"focus": true
}
},
{
@@ -27,7 +27,7 @@
"command": "./bin/update",
"problemMatcher": [],
"presentation": {
"reveal": "never"
"focus": true
}
}
]