Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c99a5ae

Browse files
author
Jonas Schievink
committed
Add "cargo clippy" task preset
1 parent 7f226fc commit c99a5ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editors/code/src/tasks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class CargoTaskProvider implements vscode.TaskProvider {
3232
const defs = [
3333
{ command: "build", group: vscode.TaskGroup.Build },
3434
{ command: "check", group: vscode.TaskGroup.Build },
35+
{ command: "clippy", group: vscode.TaskGroup.Build },
3536
{ command: "test", group: vscode.TaskGroup.Test },
3637
{ command: "clean", group: vscode.TaskGroup.Clean },
3738
{ command: "run", group: undefined },

0 commit comments

Comments
 (0)