Eglot breaks on non-conforming lsp server #1468
Replies: 1 comment
-
Not sure this is exactly a bug on the client side, but if it is some kind of limitation it's more of a For example, it would be really good to characterize what "freeze up" means. Presumably it's some kind dysfunction, but a "freeze" would mean it would be impossible or at least difficult to restart the server (and apparently it isn't). It would also be good to specify exactly what method of "restarting the server" you are using? Is it |
Beta Was this translation helpful? Give feedback.
-
Been a happy user of
eglot
for a long time, nice work! There is one difficulty I encounter which is that when using theocaml-lsp
for working withReasonML
code, the lsp spits out some JSON with a "bad" character (see the linked issue). This causeseglot
to freeze up, and is only resolved once I restart the server.Thus, my development experience is that I am frequently restarting the lsp. I recently tried out
lsp-mode
with the same tech stack. It does report the same issue due to the bad character, but it continues onward gracefully.Is there the ability to do the same in
eglot
? Thanks!Beta Was this translation helpful? Give feedback.
All reactions