-
-
Notifications
You must be signed in to change notification settings - Fork 167
meta(vscode): Run rust-analyzer
with all features
#902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meta(vscode): Run rust-analyzer
with all features
#902
Conversation
So that `rust-analyzer` also analyzes any `logs` feature-flag-guarded portions of code when using VSCode/Cursor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to close if you don't want this – I noticed the potential improvement while reviewing #899
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #902 +/- ##
=======================================
Coverage 73.46% 73.46%
=======================================
Files 64 64
Lines 7518 7518
=======================================
Hits 5523 5523
Misses 1995 1995 |
Nice thanks @szokeasaurusrex, should we enable all features directly? Any downside of doing so? |
In fact, I do enable the features I need locally for development directly in |
@lcian we could also enable all features. I am not aware of any downsides of doing so |
I guess |
Co-authored-by: Lorenzo Cian <[email protected]>
rust-analyzer
featuresrust-analyzer
with all features
So that
rust-analyzer
also analyzes feature-flag-guarded portions of code when using VSCode/Cursor.#skip-changelog