We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2340f88 commit d8ca746Copy full SHA for d8ca746
.vscode/tasks.json
@@ -9,12 +9,9 @@
9
"tasks": [
10
{
11
"label": "Build",
12
- "dependsOn": [
13
- "Core - Build",
14
- "Unittest - Build"
15
- ],
+ "dependsOn": ["Core - Build", "Unittest - Build"],
16
"presentation": {
17
- "reveal": "never",
+ "reveal": "never"
18
},
19
"group": {
20
"kind": "build",
@@ -34,6 +31,18 @@
34
31
"reveal": "never"
35
32
}
36
33
+ {
+ "type": "npm",
+ "script": "compile-tsc-watch",
37
+ "group": "build",
38
+ "problemMatcher": "$tsc-watch",
39
+ "isBackground": true,
40
+ "label": "Unittest - Build",
41
+ "presentation": {
42
+ "group": "buildWatchers",
43
44
+ }
45
+ },
46
47
"label": "Run Unit Tests",
48
"type": "npm",
0 commit comments