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 4360c86 commit a014b8fCopy full SHA for a014b8f
.vscode/tasks.json
@@ -20,19 +20,23 @@
20
"label": "compile",
21
"type": "npm",
22
"script": "compile",
23
- "group": "build",
24
"problemMatcher": [
25
"$tsc",
26
"$tslint5"
27
- ]
+ ],
+ "group": {
28
+ "kind": "build",
29
+ "isDefault": true
30
+ }
31
},
32
{
33
"label": "lint",
34
35
"script": "lint",
36
37
38
39
+ "group": "build"
40
41
42
0 commit comments