summaryrefslogtreecommitdiff
path: root/script/provider/provider.lua
AgeCommit message (Collapse)Author
2022-08-17fix最萌小汐
2022-08-17cleanup local cache最萌小汐
2022-08-11Merge branch 'master' of github.com:CppCXY/lua-language-serverCppCXY
2022-08-11支持typeformatCppCXY
2022-07-23add color supportKevin Hahn
2022-07-14set uri最萌小汐
2022-07-14`---@source`最萌小汐
2022-07-14update build-meta最萌小汐
2022-07-13add progress for building最萌小汐
2022-07-13modify library最萌小汐
2022-07-13build-meta最萌小汐
2022-07-12update最萌小汐
2022-07-12memoryAPI最萌小汐
2022-07-07support change workspace folders最萌小汐
TODO: has memory leak after remove folders
2022-07-05update log最萌小汐
2022-06-23use `semanticTokens/range` in VSCode最萌小汐
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-07cleanup最萌小汐
2022-05-28use `pull diagnostic` for diag opened files最萌小汐
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-04-27support `.luarc.jsonc`最萌小汐
2022-04-27pass tests最萌小汐
2022-04-23fix async of text最萌小汐
2022-04-17create test最萌小汐
2022-04-16cleanup最萌小汐
2022-04-16update inlay hint最萌小汐
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-05#1018 add `inspect.lua`最萌小汐
2022-04-05#1018 cleanup logs最萌小汐
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-04don't open non-file uri最萌小汐
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最萌小汐
2022-02-21use `--preview` to enable preview features最萌小汐