Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-25 | 修正bug | 最萌小汐 | |
2020-03-25 | 去掉调试代码 | 最萌小汐 | |
2020-03-25 | #147 使用 textEdit 来实现 completion | 最萌小汐 | |
2020-03-21 | 当客户端为vscode时,使用本地文档 | 最萌小汐 | |
2020-03-13 | fix #138 | 最萌小汐 | |
2020-03-05 | Create first workspace based on client's rootUri | Timur 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-24 | Add completionProvider to server capabilities | Timur 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 | 正路目录 | 最萌小汐 | |