Updated tasks
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -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"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user