Skip to content
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

[languageserver] Ensure order of events #1426

Closed
svenefftinge opened this issue Jun 3, 2016 · 2 comments
Closed

[languageserver] Ensure order of events #1426

svenefftinge opened this issue Jun 3, 2016 · 2 comments
Labels
kind/enhancement A feature request - must adhere to the feature request template.

Comments

@svenefftinge
Copy link
Contributor

It is critical that the order of read and write messages/notifications is kept when invoking the language server. Currently if the client sends a read and write request to the agent the order might be changed and as a consequence the read operation would be executed on the wrong state.

I think to preserve that we need to communicate document version ids with every REST call.

See also : microsoft/language-server-protocol#12

@vparfonov vparfonov added kind/enhancement A feature request - must adhere to the feature request template. team/ide labels Jul 27, 2016
@TylerJewell
Copy link

Covered by the LSP epic.

@gorkem
Copy link
Contributor

gorkem commented May 6, 2017

@svenefftinge is this something built into LSP4J now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

No branches or pull requests

4 participants