-
Notifications
You must be signed in to change notification settings - Fork 223
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
coala Language Server #492
Comments
One component would be docker-ising it, possibly with several dockers for different language sets which include the relevant linters for that language. e.g. the Python LS at https://github.com/palantir/python-language-server#feature-providers , which uses various tools, and we would use coala for the linting functionality |
The core of this project would be coala/coala-vs-code#3 I think . |
coala/coala-vs-code#4 is a possible part of this project, but a 'daemon mode' for coala-core is probably a separate project in itself. @Makman2 , how flexible is the internals of coala to being driven (files pushed onto the queue to be processed) from an external source? |
I will write a description soon. |
PTAL |
Closed with #495 |
https://github.com/coala/coala-vs-code is effectively a Language Server, but with a reduced scope as it is targeted only at vs-code.
It needs to be completed and polished so it can be added to https://langserver.org/
The text was updated successfully, but these errors were encountered: