From 936fc522bab07da1a05e4f4f47fea9185b9b195e Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 29 Dec 2019 18:01:15 +0100 Subject: Drop obsolete tasks --- .vscode/tasks.json | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to '.vscode') diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 063cbd174..b483f4375 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 +} -- cgit v1.2.3