We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0b93d commit 080134aCopy full SHA for 080134a
.vscode/tasks.json
@@ -1,20 +1,20 @@
1
// See https://go.microsoft.com/fwlink/?LinkId=733558
2
// for the documentation about the tasks.json format
3
{
4
- "version": "2.0.0",
5
- "tasks": [
6
- {
7
- "type": "npm",
8
- "script": "watch",
9
- "problemMatcher": "$tsc-watch",
10
- "isBackground": true,
11
- "presentation": {
12
- "reveal": "never"
13
- },
14
- "group": {
15
- "kind": "build",
16
- "isDefault": true
17
- }
18
19
- ]
20
-}
+ "version": "2.0.0",
+ "tasks": [
+ {
+ "type": "npm",
+ "script": "watch",
+ "problemMatcher": "$tsc-watch",
+ "isBackground": true,
+ "presentation": {
+ "reveal": "never"
+ },
+ "group": {
+ "kind": "build",
+ "isDefault": true
+ }
+ ]
+}
0 commit comments