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
For incremental change mode, all the changes in a `textDocument/didChange`
message are interpreted as applying to the same version of a particular
document.
But each emacs change corresponds to the state of the document when the change
happens. So harmonise the expectations by sending each change in its own
message.
closesemacs-lsp#112
0 commit comments