diff options
Diffstat (limited to 'code/.vscode/tasks.json')
-rw-r--r-- | code/.vscode/tasks.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/code/.vscode/tasks.json b/code/.vscode/tasks.json deleted file mode 100644 index 604e38f5a..000000000 --- a/code/.vscode/tasks.json +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
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 | } \ No newline at end of file | ||