mirror of
https://github.com/leptos-rs/book.git
synced 2025-12-27 07:35:38 -05:00
Add zed (#228)
This commit is contained in:
@@ -160,6 +160,21 @@ name = "rust"
|
||||
allFeatures = true
|
||||
```
|
||||
|
||||
Zed, in `settings.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
-- Other Settings ...
|
||||
"lsp": {
|
||||
"rust-analyzer": {
|
||||
"cargo": {
|
||||
allFeatures: true // Enable all features
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
SublimeText 3,in the user settings for LSP-rust-analyzer-settings.json
|
||||
```json
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user