Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-25 | 更新Readme | 最萌小汐 | |
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-16 | close 变量不提示未引用 | 最萌小汐 | |
2020-05-16 | 写错了 | 最萌小汐 | |
2020-05-16 | 更新颜色 | 最萌小汐 | |
2020-05-15 | 更新一波语义着色 | 最萌小汐 | |
2020-05-13 | 修正文件路径中包含括号时,无法正常工作的bug | 最萌小汐 | |
2020-05-13 | 更新子模块 | 最萌小汐 | |
2020-05-13 | 改成使用自己的 file-uri | 最萌小汐 | |
2020-04-30 | linux使用gcc8构建 | actboy168 | |
2020-04-30 | #160 更新luamake | 最萌小汐 | |
2020-04-28 | 更新子模块 | 最萌小汐 | |
2020-04-24 | 更新子模块 | 最萌小汐 | |
2020-04-22 | 漏了一处 | 最萌小汐 | |
2020-04-22 | fix #156 | 最萌小汐 | |
2020-04-22 | 增加预读上限 | 最萌小汐 | |
2020-04-22 | #158 | 最萌小汐 | |
2020-04-20 | 修改几个小问题 | actboy168 | |
2020-04-01 | 挪个位置 | 最萌小汐 | |
2020-04-01 | 试试 | 最萌小汐 | |
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-25 | 改为使用 github 集成 | 最萌小汐 | |
2020-03-25 | 更新 compile 任务 | 最萌小汐 | |
2020-03-25 | Merge pull request #146 from shuxiao9058/master | 最萌小汐 | |
fix an error | |||
2020-03-25 | fix an error | Aaron Chi | |
2020-03-24 | Update build.yml | actboy168 | |
2020-03-24 | Update build.yml | actboy168 | |
2020-03-24 | 测试时检查二进制版本与arch | 最萌小汐 | |
2020-03-21 | 中文lua53的本地文档路径 | 最萌小汐 | |
2020-03-21 | 当客户端为vscode时,使用本地文档 | 最萌小汐 | |
2020-03-17 | 随便写写 | 最萌小汐 | |
2020-03-13 | fix #138 | 最萌小汐 | |
2020-03-13 | 更新子模块 | 最萌小汐 | |
2020-03-13 | fix #136 | 最萌小汐 | |
2020-03-05 | Merge pull request #132 from clktmr/master | 最萌小汐 | |
Create first workspace based on client's rootUri | |||
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-03-02 | fixed #131 | 最萌小汐 | |
2020-03-02 | 暂存 | 最萌小汐 | |
2020-02-25 | 更新子模块 | 最萌小汐 | |
2020-02-24 | Merge pull request #130 from clktmr/master | 最萌小汐 | |
Add completionProvider to server capabilities |