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
Issue was originally reported at prabirshrestha/vim-lsp#1073. On digging further it seems that ccls is sending too many $/progress notifications. VimScript being slow and running in the same UI thread it causes vim to be very slow. It would be good if $/progress notifications can be throttled.
Issue was originally reported at prabirshrestha/vim-lsp#1073. On digging further it seems that ccls is sending too many$/progress notifications. VimScript being slow and running in the same UI thread it causes vim to be very slow. It would be good if $ /progress notifications can be throttled.
Here is the log. https://github.com/prabirshrestha/vim-lsp/files/6055035/vim-lsp-with-issue.log
Percentage doesn't change so the client is unnecessarily parsing the message, decoding and updating the ui status bar causing it to be very slow.
I reported something similar to rust-analyzer. rust-lang/rust-analyzer#7590
The text was updated successfully, but these errors were encountered: