clippy checks for rust in vscode

This commit is contained in:
notgne2 2023-01-27 09:08:34 -07:00
parent 77f6dc8d5f
commit 91103b7c34
Signed by: notgne2
SSH Key Fingerprint: SHA256:iSW0TFXEwbewdtLmWZs+/zMwxrpB5SMBjoCVDv9Rd6I

View File

@ -72,6 +72,7 @@ in {
"elmLS.elmFormatPath" = "${pkgs.elmPackages.elm-format}/bin/elm-format"; "elmLS.elmFormatPath" = "${pkgs.elmPackages.elm-format}/bin/elm-format";
"rust-analyzer.diagnostics.disabled" = ["unresolved-proc-macro"]; "rust-analyzer.diagnostics.disabled" = ["unresolved-proc-macro"];
"rust-analyzer.checkOnSave.command" = "clippy";
}; };
extensions = with pkgs.vscode-extensions; extensions = with pkgs.vscode-extensions;
[ [