mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
Add "cargo clippy" task preset
This commit is contained in:
parent
7f226fc912
commit
c99a5ae312
@ -32,6 +32,7 @@ class CargoTaskProvider implements vscode.TaskProvider {
|
||||
const defs = [
|
||||
{ command: "build", group: vscode.TaskGroup.Build },
|
||||
{ command: "check", group: vscode.TaskGroup.Build },
|
||||
{ command: "clippy", group: vscode.TaskGroup.Build },
|
||||
{ command: "test", group: vscode.TaskGroup.Test },
|
||||
{ command: "clean", group: vscode.TaskGroup.Clean },
|
||||
{ command: "run", group: undefined },
|
||||
|
Loading…
Reference in New Issue
Block a user