clippy checks for rust in vscode
This commit is contained in:
parent
77f6dc8d5f
commit
91103b7c34
@ -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;
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user