diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 063cbd1747..b483f43759 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -32,29 +32,5 @@ ], "problemMatcher": [] }, - { - "label": "cargo watch", - "group": "build", - "isBackground": true, - "type": "shell", - "command": "cargo", - "args": [ - "watch" - ], - "problemMatcher": "$rustc-watch" - }, - { - "label": "cargo watch tests", - "group": "build", - "isBackground": true, - "type": "shell", - "command": "cargo", - "args": [ - "watch", - "-x", - "check --tests" - ], - "problemMatcher": "$rustc-watch" - } ] -} \ No newline at end of file +}