coala-vs-code
coala-vs-code copied to clipboard
Support Eclipse Che using the language server
Che supports language server natively, and we need to write a LS agent for coala language server and launch it in che. See https://www.eclipse.org/che/docs/6/che/docs/language-servers.html for more details.
Che is based on Docker and we could build a sidecar for the LS: https://www.eclipse.org/che/docs/6/che/docs/language-servers.html#ls-sidecars
I don't think it is logical to do that in coala-vs-code's scope. I mean we should develop a neutral coala lang server and then support Che or any other editor using specific means.
Yeah, that is what we need. But we do not have such a repo for language server so this issue is placed in this repo.