24 lines
479 B
JSON
24 lines
479 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",
|
|
],
|
|
"cargo": {
|
|
"allFeatures": true,
|
|
},
|
|
"procMacro": {
|
|
"ignored": {
|
|
"leptos_macro": ["server"],
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|