Make rust-analyzer use Clippy as its check command.
This commit is contained in:
parent
03fdd8b6e3
commit
46b9539ec1
|
@ -95,6 +95,7 @@
|
|||
// Nix (ID: jnoortheen.nix-ide)
|
||||
"nix.enableLanguageServer": true,
|
||||
// Rust Analyzer (ID: rust-lang.rust-analyzer)
|
||||
"rust-analyzer.check.command": "clippy",
|
||||
"rust-analyzer.inlayHints.chainingHints.enable": false,
|
||||
// Stylelint (ID: stylelint.vscode-stylelint)
|
||||
"stylelint.validate": [
|
||||
|
|
Loading…
Reference in New Issue