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 Nov 18, 2022. It is now read-only.
rust-analyzer: Listen for new "roots scanned" message to indicate progress
As of rust-lang/rust-analyzer@dad1333b48c3, the
"rustAnalyzer/startup" message has been replaced with a
functionally-equivalent[1] "rustAnalyzer/roots scanned" message. Since
we're still looking for the old message, which is no longer sent at all,
our progress UI hangs on "Starting" when using rust-analyzer. Listen for
the new message instead to fix this.
[1] At least, it appears functionally equivalent to me, but I don't know
anything about rust-analyzer's internals so I could be wrong.
0 commit comments