Skip to content

Commit

Permalink
Drop obsolete tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Dec 29, 2019
1 parent be37c33 commit 936fc52
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}

0 comments on commit 936fc52

Please sign in to comment.