Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
语言客户端会处理多目录的情况,不需要语言服务器瞎操心
|
|
|
|
|
|
Currently the server will send a workspace/workspaceFolders request and
use the first folder that is reported as workspace root. This doesn't
work with clients that don't support workspaceFolders capability.
The rootUri field of the response to 'initialize' is mandatory and can
be used to create the initial workspace too. This patch does exactly
this.
|
|
Some language server clients like vim-lsp[1] check capabilities more
strictly before enabling them. In this case a missing completionProvider
item in the server capabilities caused completion to not work at all.
[1] https://github.com/prabirshrestha/vim-lsp
|
|
|