diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index f28ef924f..000000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "label": "Build (and watch) project", - "type": "npm", - "script": "watch", - "isBackground": true, - "presentation": { - "reveal": "never" - }, - "problemMatcher": [ - "$tsc-watch" - ], - "group": { - "kind": "build", - "isDefault": true - } - }, - { - "label": "Run unit tests", - "type": "npm", - "script": "test", - "problemMatcher": [], - "group": { - "kind": "test", - "isDefault": true - } - } - ] -}