Statusline spinner not working #9955
Replies: 5 comments
-
The spinner spins when a language server sends Helix work done progress notifications (https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workDoneProgress) You can check the communication between Helix and a language server by starting Helix in verbose mode and following the log: https://github.com/helix-editor/helix/wiki/FAQ#access-the-log-file |
Beta Was this translation helpful? Give feedback.
-
There is no Work Done Progress. |
Beta Was this translation helpful? Give feedback.
-
Intelephense seems to not support progress atm bmewburn/vscode-intelephense#2747 |
Beta Was this translation helpful? Give feedback.
-
Same issue here with rust-analyzer (which support it) and Wezterm (but I guess the term emulator isn't implied. |
Beta Was this translation helpful? Give feedback.
-
After some tests, it seems the spinner stops working when we activate multiple LSPs for one language.
|
Beta Was this translation helpful? Give feedback.
-
Summary
With intelephense LSP, when I do
Goto references
there is no spinner.Reproduction Steps
Just do
Goto references
on a largely used declaration that require computation time.Helix log
Platform
macOS
Terminal Emulator
Kitty
Installation Method
brew
Helix Version
helix 23.10
Beta Was this translation helpful? Give feedback.
All reactions