Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-16 | update inlay hint | 最萌小汐 | |
2022-04-16 | fix refresh | 最萌小汐 | |
2022-04-16 | move inlay-hint to LSP | 最萌小汐 | |
2022-04-15 | add logs | 最萌小汐 | |
2022-04-12 | fix lang | DevSebi | |
2022-04-10 | cancel searching reference | 最萌小汐 | |
2022-04-09 | add formatter | 最萌小汐 | |
2022-04-06 | pcall code_format | 最萌小汐 | |
2022-04-05 | #1018 add `inspect.lua` | 最萌小汐 | |
2022-04-05 | #1018 cleanup logs | 最萌小汐 | |
2022-04-04 | fix(completion): avoid unnecessary file sep as trigger chars | kevinhwang91 | |
Language clients such as coc.nvim have multiple completion sources that may contain a file path completion source triggered by `/` or `\`. However, if users use the default requireSeparator `.` setting under lua-language-server, type `/` or `\` in a string will fire a lot of unless items whose priority is high than file path items and make file path items at the bottom of candidates. | |||
2022-03-19 | Ensure that a completion result has 'isIncomplete' | yoshi1123 | |
- Any key in the table returned that has a value of 'nil' will be excluded from the response's result, and so it needs to be set to 'false'. | |||
2022-03-04 | diagnostic opened files first | 最萌小汐 | |
2022-03-04 | don't open non-file uri | 最萌小汐 | |
2022-03-01 | offline diagnostic | 最萌小汐 | |
2022-03-01 | resolve #966 | 最萌小汐 | |
2022-02-22 | Merge branch 'master' of https://github.com/sumneko/lua-language-server | CppCXY | |
2022-02-22 | 编辑器设置优先 | CppCXY | |
2022-02-21 | fix #958 | 最萌小汐 | |
2022-02-21 | 解决冲突 | CppCXY | |
2022-02-21 | use `--preview` to enable preview features | 最萌小汐 | |
2022-02-21 | cleanup | 最萌小汐 | |
2022-02-21 | 提供默认配置 | CppCXY | |
2022-02-17 | add `Lua.format.enable` | 最萌小汐 | |
2022-02-15 | fix #950 | 最萌小汐 | |
2022-02-12 | update format | 最萌小汐 | |
2022-02-09 | update diagnostic | 最萌小汐 | |
typing immediately stops workspace diagnostics | |||
2022-02-09 | cleanup | 最萌小汐 | |
2022-02-09 | update diagnostics after editting `.editorconfig` | 最萌小汐 | |
2022-02-09 | fix | 最萌小汐 | |
2022-02-09 | Merge pull request #915 from CppCXY/format | 最萌小汐 | |
code reformat | |||
2022-02-09 | use `time.time` instead of `os.clock` | 最萌小汐 | |
the implementation of os.clock under the windows platform is inconsistent with other platforms | |||
2022-02-09 | fix #946 | 最萌小汐 | |
don't assume the client will cache diagnostics | |||
2022-02-08 | reduced sorting priority for postfix completion | sumneko | |
2022-01-23 | diagnostic check file as folder before as library | sumneko | |
2022-01-23 | add logs | sumneko | |
2022-01-23 | cleanup | sumneko | |
2022-01-23 | get scoped files | sumneko | |
2022-01-23 | cleanup | sumneko | |
2022-01-23 | fix | sumneko | |
2022-01-23 | fix diagnostics | sumneko | |
2022-01-21 | 修改代码风格 | CppCXY | |
2022-01-21 | 修改命名 | CppCXY | |
2022-01-21 | 修改命名 | CppCXY | |
2022-01-21 | update | 最萌小汐 | |
2022-01-20 | 提供范围格式化 | CppCXY | |
2022-01-20 | 提供范围格式化 | CppCXY | |
2022-01-19 | 提交代码格式化 | CppCXY | |
2022-01-18 | cleanup | 最萌小汐 | |
2022-01-18 | pass tests | 最萌小汐 | |