mirror of
https://github.com/leptos-rs/book.git
synced 2025-12-27 10:01:41 -05:00
Add zed
This commit is contained in:
@@ -160,6 +160,21 @@ name = "rust"
|
|||||||
allFeatures = true
|
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
|
SublimeText 3,in the user settings for LSP-rust-analyzer-settings.json
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user