Drop obsolete tasks

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

26
.vscode/tasks.json vendored
View File

@ -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"
}
]
}
}