Files
ws-agent/.zed/settings.json

16 lines
308 B
JSON

{
"lsp": {
"rust-analyzer": {
"initialization_options": {
"linkedProjects": [
"Cargo.toml",
"crates/daemon/Cargo.toml",
"crates/shared/Cargo.toml",
"frontend/Cargo.toml",
"frontend/src-tauri/Cargo.toml",
],
},
},
},
}