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.
2 parents 1ee7a2b + 4b15f82 commit a96a549Copy full SHA for a96a549
.vscode/tasks.json
@@ -4,13 +4,22 @@
4
"version": "2.0.0",
5
"tasks": [
6
{
7
- "type": "gulp",
8
- "task": "compile",
9
"label": "compile",
10
"group": {
11
"kind": "build",
12
"isDefault": true
13
- }
+ },
+ "command": "npm",
+ "presentation": {
14
+ "reveal": "silent"
15
16
+ "args": [
17
+ "run",
18
+ "compile",
19
+ "--loglevel",
20
+ "silent"
21
+ ],
22
+ "problemMatcher": [],
23
}
24
]
25
0 commit comments