Skip to content

Commit d8ca746

Browse files
committed
UpdatesÏ
1 parent 2340f88 commit d8ca746

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.vscode/tasks.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@
99
"tasks": [
1010
{
1111
"label": "Build",
12-
"dependsOn": [
13-
"Core - Build",
14-
"Unittest - Build"
15-
],
12+
"dependsOn": ["Core - Build", "Unittest - Build"],
1613
"presentation": {
17-
"reveal": "never",
14+
"reveal": "never"
1815
},
1916
"group": {
2017
"kind": "build",
@@ -34,6 +31,18 @@
3431
"reveal": "never"
3532
}
3633
},
34+
{
35+
"type": "npm",
36+
"script": "compile-tsc-watch",
37+
"group": "build",
38+
"problemMatcher": "$tsc-watch",
39+
"isBackground": true,
40+
"label": "Unittest - Build",
41+
"presentation": {
42+
"group": "buildWatchers",
43+
"reveal": "never"
44+
}
45+
},
3746
{
3847
"label": "Run Unit Tests",
3948
"type": "npm",

0 commit comments

Comments
 (0)