make rust-analyzer use clippy
This commit is contained in:
parent
4e4fb48102
commit
f610fbd31e
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
"explorer.confirmDragAndDrop" = false;
|
"explorer.confirmDragAndDrop" = false;
|
||||||
"cmake.showOptionsMovedNotification" = false;
|
"cmake.showOptionsMovedNotification" = false;
|
||||||
"extensions.autoUpdate" = false;
|
"extensions.autoUpdate" = false;
|
||||||
|
"rust-analyzer.check.command" = "clippy";
|
||||||
};
|
};
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
# System
|
# System
|
||||||
|
|
Loading…
Add table
Reference in a new issue