mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
Drop obsolete tasks
This commit is contained in:
parent
be37c3369b
commit
936fc522ba
1 changed files with 1 additions and 25 deletions
26
.vscode/tasks.json
vendored
26
.vscode/tasks.json
vendored
|
@ -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"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue