1 2 3 4 5 6 7 8 9 10
{ "lspconfig": { "rust_analyzer": { "rust-analyzer.cargo.features": [ "tree" ], "rust-analyzer.check.command": "clippy" } } }