You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Something that would be nice is to have rust-analyzer be manually refreshable, rather than to be called constantly. Or to have a button to toggle whether analyzer is on or off directly in the console, rather than having to navigate to the packages page.
Ide-rust's use of rust analyzer has very poor impact on laptop battery life.
There needs to be work done to reduce its CPU util when idle.
My battery util with rust analyzer turned on v.s. without is 45W v.s. 10-15W. That is truly a battery life killer.
Are there any suggestions on how this might be done?
Rust analyzer issue: rust-lang/rust-analyzer#5919
Something that would be nice is to have rust-analyzer be manually refreshable, rather than to be called constantly. Or to have a button to toggle whether analyzer is on or off directly in the console, rather than having to navigate to the packages page.