Update leptos_dx.md, fix zed options (#232)

This commit is contained in:
EpixMan
2025-08-22 17:37:19 +03:00
committed by GitHub
parent f353f44ac2
commit 6fa158dbbe

View File

@@ -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
}
}
}
}
}
}
```