Drop obsolete tasks

This commit is contained in:
Aleksey Kladov 2019-12-29 18:01:15 +01:00
parent be37c3369b
commit 936fc522ba

24
.vscode/tasks.json vendored
View file

@ -32,29 +32,5 @@
], ],
"problemMatcher": [] "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"
}
] ]
} }