{ "lsp": { "rust-analyzer": { "initialization_options": { "checkOnSave": true, "check": { "command": "clippy" }, "files": { "exclude": ["**/target/**", "**/.temp/**"], }, "linkedProjects": ["tools/tscn-to-bsn/Cargo.toml"], "cargo": { "features": [], }, "procMacro": { "enable": true, "attributes": { "enable": true, }, }, }, }, }, }