This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Commit 6097b37
committed
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.1 parent 22998c2 commit 6097b37
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
0 commit comments