camel-language-server icon indicating copy to clipboard operation
camel-language-server copied to clipboard

Support WorkspaceFolder capability

Open apupier opened this issue 7 years ago • 0 comments

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.

apupier avatar Feb 01 '19 15:02 apupier