Skip to content

Issue while extending org.eclipse.xtext.ide.server.LanguageServerImpl into GLSPServer #457

Discussion options

You must be logged in to vote

We can extend LanguageServerImpl into GLSPServe with above 2 changes but client side as we have change many things.
We have to replace BaseJsonrpcGLSPClient with language client which is a vscode API.

Instead of this we can run 2 servers at server side(GLSP as diagram server and a language server) in 2 different ports. At client side we have to create and start language client which will interact with language server along with GLSP's client. In my case, I am using same injector for GLSP and language functionality(Mixed GLSP's DiagramModule and language's module).

#356 here few details related to language functionality are discussed.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sathya-1994
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant