We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've created an LSP server using Xtext, see https://eclipse.dev/Xtext/documentation/340_lsp_support.html When hovering text, this results in and endless communication loop as:
I think that the hover should not send the document change. It should assume that the server is up-to-date.
The text was updated successfully, but these errors were encountered:
[FurqanSoftware#31] Hover results in continuous server communication …
4d46cf9
…loop
No branches or pull requests
I've created an LSP server using Xtext, see https://eclipse.dev/Xtext/documentation/340_lsp_support.html
When hovering text, this results in and endless communication loop as:
I think that the hover should not send the document change. It should assume that the server is up-to-date.
The text was updated successfully, but these errors were encountered: