1
Fork 0

Make rust-analyzer use Clippy as its check command.

This commit is contained in:
Bauke 2023-10-20 15:09:14 +02:00
parent 03fdd8b6e3
commit 46b9539ec1
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -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": [