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
What version of acme-lsp are you using? I recommend the latest tagged release (v0.6.1). master might be unstable right now because I'm making some big changes.
I'm using @latest. I'll try with with a tagged release. fwiw, from the golang issue:
Looks like acme-lsp is sending a didopen call before initialized, which it is not allowed to do.
We would have survived that before, although there would have been subtle bugs.
There is still a bug we should fix here (crashes are never ok) but if I am right then the fix is to start obeying the spec and rejecting all messages before the initialize handshake is done, in which case acme-lsp is still going to be broken until that is fixed as well.
I've filed an issue in the the golang tracker with details. For now, recommend using gopls at hte prior commit:
The text was updated successfully, but these errors were encountered: