This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Problems integrating with the Elm language server #1573
Labels
You can continue the conversation there. Go to discussion →
When writing Elm code, sometimes the LSP integration becomes erratic/broken and generates diagnostics for problems that don't exist. E.g., only partially interpreting identifiers, generating parsing errors and what not. Initially I thought it was due to incremental synchronziation, see elm-tooling/elm-language-server#503, but I don't believe that's the case any more.
Video of me making some edits and saving the file, triggering a formatting request.
https://asciinema.org/a/dexV5nWbBn5sQ9iDRD5X2r9qB and here's the associated log.
Vide of me making some edits and saving the file. Then manually triggering formatting.
https://asciinema.org/a/Bh47XkiludVBgxK6U8b5LuJal and here's the associated log.
The videos above were recorded using the
master
build of Helix, Elm 0.19.1, elm-language-server 2.4.0 and Node v17.3.0.I've reported the issue to elm-language-server as well.
The text was updated successfully, but these errors were encountered: