We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f226fc commit c99a5aeCopy full SHA for c99a5ae
editors/code/src/tasks.ts
@@ -32,6 +32,7 @@ class CargoTaskProvider implements vscode.TaskProvider {
32
const defs = [
33
{ command: "build", group: vscode.TaskGroup.Build },
34
{ command: "check", group: vscode.TaskGroup.Build },
35
+ { command: "clippy", group: vscode.TaskGroup.Build },
36
{ command: "test", group: vscode.TaskGroup.Test },
37
{ command: "clean", group: vscode.TaskGroup.Clean },
38
{ command: "run", group: undefined },
0 commit comments