From 6fa158dbbe521f987b2181f0ab7280e2cf826a1e Mon Sep 17 00:00:00 2001 From: EpixMan <65122296+EpixMan@users.noreply.github.com> Date: Fri, 22 Aug 2025 17:37:19 +0300 Subject: [PATCH] Update leptos_dx.md, fix zed options (#232) --- src/getting_started/leptos_dx.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/getting_started/leptos_dx.md b/src/getting_started/leptos_dx.md index 990efb7..cc3e215 100644 --- a/src/getting_started/leptos_dx.md +++ b/src/getting_started/leptos_dx.md @@ -167,10 +167,12 @@ Zed, in `settings.json`: -- Other Settings ... "lsp": { "rust-analyzer": { - "cargo": { - allFeatures: true // Enable all features + "initialization_options": { + "cargo": { + "allFeatures": true // Enable all features + } } - } + } } } ```