diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 647fca2f1..f48a62a5a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -3,29 +3,6 @@ // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ - { - "label": "tsc", - "type": "shell", - "command": "yarn tsc --watch --noEmit -p ./app", - "options": { - "shell": { - "executable": "nix-shell", - "args": ["--run"] - } - }, - "isBackground": true, - "problemMatcher": { - "base": "$tsc-watch", - "owner": "typescript", - "applyTo": "allDocuments" - }, - "presentation": { - "group": "dev" - }, - "runOptions": { - "runOn": "folderOpen" - } - }, { "label": "dev-server", "type": "shell",