diff --git a/.zed/settings.json b/.zed/settings.json index dee2d66..abc9e10 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -9,6 +9,14 @@ "frontend/Cargo.toml", "frontend/src-tauri/Cargo.toml", ], + "cargo": { + "allFeatures": true, + }, + "procMacro": { + "ignored": { + "leptos_macro": ["server"], + }, + }, }, }, },