[
https://issues.jboss.org/browse/ERT-623?page=com.atlassian.jira.plugin.sy...
]
Florent Benoit commented on ERT-623:
------------------------------------
1. Can an image like
https://github.com/eclipse/che-dockerfiles/blob/master/recipes/centos_dot...
be used as a regular Docker image independently of Che?
--> yes, there is no "che specific" inside the image
2. What is the typical communication channel used between client and LS? Can stdio be
used?
--> stdio can be used (in Che5/6 there is a proxy injected in the image that is doing
stdio calls)
also I know some images are using socat to map stdio over a listening port
Evaluate combination of Docker images of LS (from Che?) with LSP4E
------------------------------------------------------------------
Key: ERT-623
URL:
https://issues.jboss.org/browse/ERT-623
Project: Eclipse Release Train
Issue Type: Enhancement
Reporter: Mickael Istria
LSP4E offers a way to dynamically associate a Launch configuration representing a
language server (communicating over stdio) with a content type to enable LS-based edition
assistance in editor.
It would be interesting to try this using a Docker Launch Configuration with LSP4E, more
particularly, it'd be nice to test the Docker LS images that are created for Eclipse
Che.
cc [~rgrunber] : any obvious concern about it?
cc [~flbe] : are the image for Language Server in Che streaming the LS messages over
stdio? Or is it using another channel?
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)