mirror of
https://github.com/leptos-rs/book.git
synced 2025-12-27 07:35:38 -05:00
docs: update VSCode settings key for enabling rust analyzer cargo features (#241)
This commit is contained in:
@@ -133,7 +133,7 @@ How to enable these features varies by your IDE, we've listed some common ones b
|
||||
VSCode, in `settings.json`:
|
||||
```json
|
||||
{
|
||||
"rust-analyzer.cargo.allFeatures": true, // Enable all features
|
||||
"rust-analyzer.cargo.features": "all", // Enable all features
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user