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 (ID: jnoortheen.nix-ide)
 | 
				
			||||||
  "nix.enableLanguageServer": true,
 | 
					  "nix.enableLanguageServer": true,
 | 
				
			||||||
  // Rust Analyzer (ID: rust-lang.rust-analyzer)
 | 
					  // Rust Analyzer (ID: rust-lang.rust-analyzer)
 | 
				
			||||||
 | 
					  "rust-analyzer.check.command": "clippy",
 | 
				
			||||||
  "rust-analyzer.inlayHints.chainingHints.enable": false,
 | 
					  "rust-analyzer.inlayHints.chainingHints.enable": false,
 | 
				
			||||||
  // Stylelint (ID: stylelint.vscode-stylelint)
 | 
					  // Stylelint (ID: stylelint.vscode-stylelint)
 | 
				
			||||||
  "stylelint.validate": [
 | 
					  "stylelint.validate": [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue