summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2020-07-08#189 hover不显示长字符串的内容最萌小汐
2020-07-02算错了最萌小汐
2020-07-02#186 只有当存在转义符时才显示字符串内容最萌小汐
2020-07-02#186 漏了翻译最萌小汐
2020-07-01fix #183 修复无工作目录时没有初始化的问题最萌小汐
2020-07-01字符串详情最萌小汐
2020-06-23自动完成显示代码块参考最萌小汐
2020-06-22fix #174最萌小汐
2020-06-22整理代码最萌小汐
2020-06-22fix #179最萌小汐
2020-06-22fix #182最萌小汐
2020-06-15修正快速修复失效的问题最萌小汐
2020-06-09#175 可以关闭参数提示最萌小汐
2020-06-08#172 代码片段的默认设置与VSCode设置的默认值不一致最萌小汐
2020-06-03API描述内部的链接使用本地文档最萌小汐
2020-06-03signature help 上显示查看文档最萌小汐
2020-05-25Support multiple workspace foldersRuin0x11
2020-05-25修正删除文件后没有立即清除文件内的诊断的bug最萌小汐
2020-05-25#165 ↵最萌小汐
语言客户端会处理多目录的情况,不需要语言服务器瞎操心
2020-05-25#166 不再重复请求工作目录最萌小汐
2020-05-25去掉多余日志最萌小汐
2020-05-18区分一下localfunction的着色最萌小汐
2020-05-18应该是判空字符串最萌小汐
2020-05-18过滤掉 dirty name最萌小汐
2020-05-16close 变量不提示未引用最萌小汐
2020-05-16写错了最萌小汐
2020-05-16更新颜色最萌小汐
2020-05-15更新一波语义着色最萌小汐
2020-05-13修正文件路径中包含括号时,无法正常工作的bug最萌小汐
2020-05-13改成使用自己的 file-uri最萌小汐
2020-04-22漏了一处最萌小汐
2020-04-22fix #156最萌小汐
2020-04-22#158最萌小汐
2020-03-30#139 临时处理 emmyArray 的问题最萌小汐
2020-03-30#150 修正没有正确识别已打开文件的bug最萌小汐
2020-03-25修正bug最萌小汐
2020-03-25去掉调试代码最萌小汐
2020-03-25#147 使用 textEdit 来实现 completion最萌小汐
2020-03-21当客户端为vscode时,使用本地文档最萌小汐
2020-03-13fix #138最萌小汐
2020-03-13fix #136最萌小汐
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-03-02fixed #131最萌小汐
2020-03-02暂存最萌小汐
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
2020-01-15#121 修正emmy泛型的报错最萌小汐
2019-12-16根据配置加载调试器最萌小汐
2019-11-30自动完成总是保留do最萌小汐
2019-11-23修改启动路径最萌小汐
2019-11-23正路目录最萌小汐