-
Notifications
You must be signed in to change notification settings - Fork 200
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
textDocument/didChange has incorrect syncKind #86
Comments
Hi. Thanks for the report.
No. That only happens if the server is sending a The commit I pushed handles both cases. |
Thanks! |
bhankas
pushed a commit
to bhankas/emacs
that referenced
this issue
Sep 18, 2022
… number Also closes joaotavora/eglot#87. * eglot.el (eglot--signal-textDocument/didChange): Grab :change from :textDocumentSync server capability.
bhankas
pushed a commit
to bhankas/emacs
that referenced
this issue
Sep 19, 2022
… number Also closes joaotavora/eglot#87. * eglot.el (eglot--signal-textDocument/didChange): Grab :change from :textDocumentSync server capability.
bhankas
pushed a commit
to bhankas/emacs
that referenced
this issue
Sep 19, 2022
Also closes #87. * eglot.el (eglot--signal-textDocument/didChange): Grab :change from :textDocumentSync server capability. #86: joaotavora/eglot#86 #87: joaotavora/eglot#87
jollaitbot
pushed a commit
to sailfishos-mirror/emacs
that referenced
this issue
Oct 12, 2022
Also closes joaotavora/eglot#87. * eglot.el (eglot--signal-textDocument/didChange): Grab :change from :textDocumentSync server capability. GitHub-reference: close joaotavora/eglot#86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
eglot--signal-textDocument/didChange
, the following line:should be
Without this, we never handle the case of full sync and always send incremental updates.
The text was updated successfully, but these errors were encountered: