-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eglot violates LSP spec by sending didOpen before initialized #100
Comments
matklad
added a commit
to matklad/eglot
that referenced
this issue
Sep 8, 2018
joaotavora
pushed a commit
that referenced
this issue
Sep 8, 2018
Copyright-paperwork-exempt: yes * eglot.el (eglot--connect): send initialized before activating minor mode.
bhankas
pushed a commit
to bhankas/emacs
that referenced
this issue
Sep 18, 2022
…tialized Copyright-paperwork-exempt: yes * eglot.el (eglot--connect): send initialized before activating minor mode.
bhankas
pushed a commit
to bhankas/emacs
that referenced
this issue
Sep 19, 2022
…tialized Copyright-paperwork-exempt: yes * eglot.el (eglot--connect): send initialized before activating minor mode.
bhankas
pushed a commit
to bhankas/emacs
that referenced
this issue
Sep 19, 2022
Copyright-paperwork-exempt: yes * eglot.el (eglot--connect): send initialized before activating minor mode. #100: joaotavora/eglot#100
jollaitbot
pushed a commit
to sailfishos-mirror/emacs
that referenced
this issue
Oct 12, 2022
Copyright-paperwork-exempt: yes * eglot.el (eglot--connect): send initialized before activating minor mode. GitHub-reference: close joaotavora/eglot#100
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! With my server, I see the following sequence of events:
The peculiar fact about it is that
didOpen
is sent beforeinitialized
, which I believe violates the spec:Naturally, my language server dies a horrible death afterwards :)
The text was updated successfully, but these errors were encountered: