-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Issues with Language Servers #3127
Comments
@evidolob |
About languageId it's a bug. About Content Assist I need more time to investigate. |
with completion i see other problems as well (incomplete messages in xtexts log, i dont know if this is related how i added to logging to xtext) but the very same server works fine in vscode |
@evidolob is there an option to enable message logging on che side? |
it looks like the client does not send didchanges when selecting from content assist |
hmmm if i type "H" in an empty document, then vscode sends
and che sends
|
if i fix this and use the same start and end positions for insertions it works fine |
…ntal synchronize Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
…ntal synchronize (#3305) Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
looks good. thx |
… in incremental synchronize (eclipse-che#3305) Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
I am experimenting with Language Servers in Che (implemented with Xtext) and I came over following issues:
Reproduction Steps:
Expected behavior:
everything works
Actual Behaviour
validation works (* after patching che), content assist not
content assist is not working
i am not sure what the state of the clientside impl is and if this is expected to work and if i miss a configuraton regarding the languageId (besides confuguring it in the module and adding the module to the war)
is there a easy possibility to debug this client side?
The text was updated successfully, but these errors were encountered: