Updated tasks

This commit is contained in:
DaanV2
2021-09-24 16:19:21 +02:00
parent 1df939c272
commit d275d61f3a

4
.vscode/tasks.json vendored
View File

@@ -15,7 +15,7 @@
"kind": "build", "kind": "build",
"isDefault": true "isDefault": true
}, },
"presentation": { "reveal": "silent", "panel": "dedicated" }, "presentation": { "reveal": "always", "panel": "dedicated" },
"problemMatcher": ["$tsc-watch"] "problemMatcher": ["$tsc-watch"]
}, },
{ {
@@ -23,7 +23,7 @@
"script": "compile", "script": "compile",
"isBackground": false, "isBackground": false,
"group": "build", "group": "build",
"presentation": { "reveal": "silent", "panel": "dedicated" }, "presentation": { "reveal": "always", "panel": "dedicated" },
"problemMatcher": ["$tsc"] "problemMatcher": ["$tsc"]
}, },
{ {