-
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
Language Servers delivery mechanism #7554
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
Comments
gazarenkov
added
kind/epic
A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.
target/che6
labels
Nov 24, 2017
This was referenced Nov 25, 2017
@gazarenkov : We already have an epic for that: #6792 |
slemeur
changed the title
Language Servers delivery mechanism
Document Language Servers delivery mechanism
Nov 28, 2017
slemeur
added
kind/task
Internal things, technical debt, and to-do tasks to be performed.
and removed
kind/epic
A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.
labels
Nov 28, 2017
1 task
gazarenkov
changed the title
Document Language Servers delivery mechanism
Language Servers delivery mechanism
Nov 28, 2017
Why would the language servers be accessible from outside the workspace? |
It won't. We will add internal server concept that may be treated by the infra in some special way. In case of Docker, it will be accessible from the workspace docker network only. Pretty the same behavior will be used for OpenShift (access by Service, not Route). |
gazarenkov
added
kind/enhancement
A feature request - must adhere to the feature request template.
and removed
kind/task
Internal things, technical debt, and to-do tasks to be performed.
labels
Dec 1, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goal: to implement and document mechanism for LS delivery using Che entities which:
Presumably LS will be:
So, to add Language Server one needs to add it as a Che Server with special set of attributes, like:
Subissues to implement:
The text was updated successfully, but these errors were encountered: