Skip to content

Commit

Permalink
[CHORE] Enable all features for rust-analyzer (#2560)
Browse files Browse the repository at this point in the history
I need my intellisense
  • Loading branch information
Vince7778 authored Jul 25, 2024
1 parent 764d2df commit 37b8099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"rust-analyzer.check.extraEnv": {
"CARGO_TARGET_DIR": "target/analyzer"
},
"rust-analyzer.check.features": "all"
"rust-analyzer.check.features": "all",
"rust-analyzer.cargo.features": "all"
}

0 comments on commit 37b8099

Please sign in to comment.