summaryrefslogtreecommitdiff
path: root/script/provider
AgeCommit message (Collapse)Author
2022-06-20update最萌小汐
2022-06-18clear diags before restarting最萌小汐
2022-06-18update最萌小汐
2022-06-18update最萌小汐
2022-06-16fix #1217最萌小汐
2022-06-14fix so many workspace diagnostics最萌小汐
2022-06-09update doc最萌小汐
2022-06-09update config最萌小汐
2022-06-07cleanup最萌小汐
2022-06-07cleanup最萌小汐
2022-05-31去掉打印CppCXY
2022-05-31Merge branch 'master' of https://github.com/sumneko/lua-language-server into ↵CppCXY
HEAD
2022-05-31格式化支持简单非标准符号CppCXY
2022-05-28use `pull diagnostic` for diag opened files最萌小汐
2022-05-28Merge pull request #1152 from CppCXY/master最萌小汐
spell checker
2022-05-28remove supporting for `pull diagnostic`最萌小汐
2022-05-26use preview最萌小汐
2022-05-26`workspace/diagnostic`最萌小汐
2022-05-25first step of `pull diagnostic`最萌小汐
2022-05-24add settings for file scheme最萌小汐
`workspace.supportScheme`: `["file", "untitled", "git"]` `diagnostics.disableScheme`: `["git"]`
2022-05-24fix #1134 supports `untitled` lua files最萌小汐
2022-05-24重置代码,取消多余的提交CppCXY
2022-04-27support `.luarc.jsonc`最萌小汐
2022-04-27pass tests最萌小汐
2022-04-27avoid sending empty results最萌小汐
empty results should convert to `clear diag`
2022-04-23fix async of text最萌小汐
2022-04-22#946 use a better way最萌小汐
Clear cache when `didOpen`. This avoids clearing the cache according to the situation in the diagnostic business.
2022-04-22Revert "perf(diagnostic): avoid first send"最萌小汐
This reverts commit e81ffc189a1976adf2998f15cae0bd5b141435e2.
2022-04-20perf(diagnostic): avoid first sendkevinhwang91
If the cache is equal to the full result, we should avoid to notify client during first stage.
2022-04-17create test最萌小汐
2022-04-16cleanup最萌小汐
2022-04-16update inlay hint最萌小汐
2022-04-16fix refresh最萌小汐
2022-04-16move inlay-hint to LSP最萌小汐
2022-04-15add logs最萌小汐
2022-04-12fix langDevSebi
2022-04-10cancel searching reference最萌小汐
2022-04-09add formatter最萌小汐
2022-04-06pcall code_format最萌小汐
2022-04-05#1018 add `inspect.lua`最萌小汐
2022-04-05#1018 cleanup logs最萌小汐
2022-04-04fix(completion): avoid unnecessary file sep as trigger charskevinhwang91
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-19Ensure 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-04diagnostic opened files first最萌小汐
2022-03-04don't open non-file uri最萌小汐
2022-03-01offline diagnostic最萌小汐
2022-03-01resolve #966最萌小汐
2022-02-22Merge branch 'master' of https://github.com/sumneko/lua-language-serverCppCXY
2022-02-22编辑器设置优先CppCXY
2022-02-21fix #958最萌小汐