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
I have tried adding the of language_server.sh to OS Path and also exec-path but every time I try to M-x eglot in an elixir buffer file I get -1: Server died. I know language_server.sh will start without error if I start it myself.
Not sure how to debug this.
The text was updated successfully, but these errors were encountered:
This should close issue joaotavora#217, also cf. joaotavora#270.
* eglot.el: New defcustom `eglot-autoshutdown' (default t).
(eglot--managed-mode): Signal didClose before possibly triggering
autoshutdown.
(eglot--managed-mode-onoff): Shutdown if so configured and no managed
buffers left.
I have tried adding the of
language_server.sh
to OS Path and alsoexec-path
but every time I try toM-x eglot
in an elixir buffer file I get-1: Server died
. I knowlanguage_server.sh
will start without error if I start it myself.Not sure how to debug this.
The text was updated successfully, but these errors were encountered: