Option to disable or at least debounce crate graph loading progress messages #11015
Labels
A-config
configuration
C-feature
Category: feature request
S-actionable
Someone could pick this issue up and work on it right now
I still get lots of progress reports, sometimes dozens in a single millisecond.
Here is the log with timestamps (look for
$/progress
).The log is the result of opening kak-lsp's
src/main.rs
in Kakoune, starting the language server (withlsp-enable
) and waiting a bit.The log statement
WARN Progress report arrived too fast, dropping
occurs whenever a$/progress
with"kind":"report"
was received withing 50ms of a previous one.Let me know if you need steps to reproduce (we still haven't switched the default config to rust-analyzer but will soon).
Originally posted by @krobelus in #7590 (comment)
The text was updated successfully, but these errors were encountered: