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 fc5f6f7 commit e42684bCopy full SHA for e42684b
.vscode/tasks.json
@@ -0,0 +1,28 @@
1
+{
2
+ // See https://go.microsoft.com/fwlink/?LinkId=733558
3
+ // for the documentation about the tasks.json format
4
+ "version": "0.1.0",
5
+ "command": "gulp",
6
+ "isShellCommand": true,
7
+ "args": [
8
+ "--no-color"
9
+ ],
10
+ "tasks": [
11
+ {
12
+ "taskName": "build",
13
+ "args": [],
14
+ "isBuildCommand": true,
15
+ "isWatching": false,
16
+ "problemMatcher": [
17
+ "$lessCompile",
18
+ "$tsc",
19
+ "$jshint"
20
+ ]
21
+ },
22
23
+ "taskName": "test",
24
25
+ "isTestCommand": true
26
+ }
27
28
+}
0 commit comments