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

Initial prototype of language server protocol extension for Che #1323

Merged
merged 3 commits into from
May 24, 2016

Conversation

svenefftinge
Copy link
Contributor

@svenefftinge svenefftinge commented May 20, 2016

This PR contains the basic modules for ide, server and shared and shows a cut-through by supports a single service (completion), based on a single language server (see issue #1287).

Of course the FileType should not be coded on the client side as it is now, but should be requested from the agent based on the registered language servers.

Anyway, I hope the idea gets across and we can use this as a basis for further work.

…age server protocol.

It is based on the java binding from https://github.com/TypeFox/ls-api.

Signed-off-by: Sven Efftinge <sven.efftinge@typefox.io>
@codenvy-ci
Copy link

Can one of the admins verify this patch?

… and ‘textDocument/publishDiagnostics’

The ‘publishDiagnostics’ is a server-side notification, which are sent back to the client via WebSocket.
@evidolob evidolob merged commit f35a778 into eclipse-che:language-server May 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants