A better Rust ATProto crate
at main 420 B view raw
1// Folder-specific settings 2// 3// For a full list of overridable settings, and general information on folder-specific settings, 4// see the documentation: https://zed.dev/docs/configuring-zed#settings-files 5{ 6 "lsp": { 7 "rust-analyzer": { 8 "initialization_options": { 9 "rust": { 10 "analyzerTargetDir": true 11 }, 12 "cargo": { 13 "allFeatures": true 14 } 15 } 16 } 17 } 18}