camel-language-server
camel-language-server copied to clipboard
Support WorkspaceFolder capability
Currently a new Language Server is launched for each File. In fact, a single language server can be used for the same workspace. It will save resources and reduce latency of first call on a file.