Skip to content

Commit

Permalink
Update leptos_dx.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj authored Mar 22, 2024
1 parent 5f74b46 commit e678b48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/getting_started/leptos_dx.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ VSCode with cargo-leptos `settings.json`:
"server"
],
},
// if code that is cfg-gated for the `ssr` feature is shown as inactive,
// you may want to tell rust-analyzer to enable the `ssr` feature by default
//
// you can also use `rust-analyzer.cargo.allFeatures` to enable all features
"rust-analyzer.cargo.features": ["ssr"]
```

Expand Down

0 comments on commit e678b48

Please sign in to comment.