LSP yellow warnings on gutter don't update when saving file #8805
Unanswered
germanftorres
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Helix 23.10
Elixir 1.15.6
ElixirLS 0.17.7
I'm using helix with ElixirLS for elixir development. I've noticed that the yellow dots that appear marking the lines with LSP warnings/messages don't update properly when saving the file. If I resolve an issue (for example, removing an unused variable), the warning disappears immediately from the diagnostic picker (Space+d or Space+D), but the yellow dot marking the line still shows up and doesn't get cleared. I need to close the buffer and reopen it to see the yellow dot disappear.
Log messages in
~/.cache/helix/helix.log
fromelixir-ls
appear normal and specifically the LSP server receives thetextDocument/didChange
notification and the LSP server generates atextDocument/publishDiagnostics
message, but the helix warnings in the left gutter don't update to reflect the new information received from the LSP.But after receiving these messages, helix logs an ERROR about receiving a malformed notification from language server.
Thanks
Germán
Beta Was this translation helpful? Give feedback.
All reactions