Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | |||
2020-01-23 | 更新 | 最萌小汐 | |
2020-01-23 | 修正报错 | 最萌小汐 | |
2020-01-23 | 暂不支持跨越函数调用的函数field | 最萌小汐 | |
2020-01-23 | table中的class | 最萌小汐 | |
2020-01-23 | 更新luamake | 最萌小汐 | |
2020-01-23 | eachMeta | 最萌小汐 | |
2020-01-23 | 整理代码 | 最萌小汐 | |
2020-01-15 | 暂时屏蔽掉 fs.absolute 的测试 | 最萌小汐 | |
2020-01-15 | #121 修正emmy泛型的报错 | 最萌小汐 | |
2020-01-15 | 更新luaparser | 最萌小汐 | |
2020-01-09 | 整理代码 | 最萌小汐 | |
2020-01-09 | merge class | 最萌小汐 | |
2020-01-09 | 更新子模块 | 最萌小汐 | |
2020-01-09 | getValue穿透函数调用返回值 | 最萌小汐 | |
2020-01-09 | 通过value来判断function | 最萌小汐 | |
2020-01-08 | Revert "暂存" | 最萌小汐 | |
This reverts commit 18083747fe324811dd0b25a1f0a0a50623003b40. | |||
2020-01-02 | 更新bee | actboy168 | |
2020-01-02 | 更新bee | actboy168 | |
2020-01-02 | Update make.lua | actboy168 | |
2020-01-02 | Create build.yml | actboy168 | |
2019-12-25 | 暂存 | 最萌小汐 | |
2019-12-25 | 更新API | 最萌小汐 | |
2019-12-25 | 支持 metatable | 最萌小汐 | |
2019-12-25 | 支持 rawset | 最萌小汐 | |
2019-12-25 | tablefield不一定有field | 最萌小汐 | |
2019-12-25 | 更新 special | 最萌小汐 | |