summaryrefslogtreecommitdiff
path: root/script/method/initialize.lua
AgeCommit message (Collapse)Author
2020-09-29修正工作区失效的问题最萌小汐
2020-09-28移除服务器对工作目录的支持,现在由客户端完成最萌小汐
2020-09-28由客户端实现多工作目录支持最萌小汐
2020-07-22注册改名后的命令最萌小汐
2020-07-21将协议放到主线程解析最萌小汐
2020-07-21显性处理 json.null 的情况最萌小汐
2020-07-20支持全局符号最萌小汐
2020-05-25Support multiple workspace foldersRuin0x11
2020-05-25#165 ↵最萌小汐
语言客户端会处理多目录的情况,不需要语言服务器瞎操心
2020-03-21当客户端为vscode时,使用本地文档最萌小汐
2020-03-13fix #138最萌小汐
2020-03-05Create first workspace based on client's rootUriTimur Celik
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.
2020-02-24Add completionProvider to server capabilitiesTimur Celik
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
2019-11-23正路目录最萌小汐