Skip to content

Packaging and moving glsp-client/glsp-server into Theia blueprint electron #1409

Discussion options

You must be logged in to vote

So the way the GLSP server is started and connected to Theia is controlled by the GLSPServerContribution and for the tasklist that would be the TaskListGLSPServerContribution specifically. In it's core this contribution makes sure that the (frontend) client connections are properly forwarded to the GLSP server. There is already a base implementation that supports socket and websocket connections. The general setup is controlled by the GLSPServerContributionOptions (and GLSPSocketServerContributionOptions). There are two ways to start the GLSP server:

  • Either you start the GLSP server manually before starting the Theia application. We call this sometimes the "external" scenario and this ma…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@amiths89
Comment options

@amiths89
Comment options

@martin-fleck-at
Comment options

Answer selected by amiths89
@amiths89
Comment options

@martin-fleck-at
Comment options

@amiths89
Comment options

@amiths89
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants