mirror of
https://github.com/leptos-rs/book.git
synced 2025-12-27 11:06:43 -05:00
Update leptos_dx.md, fix zed options (#232)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user