make rust-analyzer use clippy

This commit is contained in:
willifan 2025-01-12 19:17:59 +01:00
parent 4e4fb48102
commit f610fbd31e

View file

@ -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