Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-17 | fix | 最萌小汐 | |
2022-08-17 | cleanup local cache | 最萌小汐 | |
2022-08-11 | Merge branch 'master' of github.com:CppCXY/lua-language-server | CppCXY | |
2022-08-11 | 支持typeformat | CppCXY | |
2022-07-23 | add color support | Kevin Hahn | |
2022-07-14 | set uri | 最萌小汐 | |
2022-07-14 | `---@source` | 最萌小汐 | |
2022-07-14 | update build-meta | 最萌小汐 | |
2022-07-13 | add progress for building | 最萌小汐 | |
2022-07-13 | modify library | 最萌小汐 | |
2022-07-13 | build-meta | 最萌小汐 | |
2022-07-12 | update | 最萌小汐 | |
2022-07-12 | memoryAPI | 最萌小汐 | |
2022-07-07 | support change workspace folders | 最萌小汐 | |
TODO: has memory leak after remove folders | |||
2022-07-05 | update log | 最萌小汐 | |
2022-06-23 | use `semanticTokens/range` in VSCode | 最萌小汐 | |
2022-06-20 | update | 最萌小汐 | |
2022-06-18 | clear diags before restarting | 最萌小汐 | |
2022-06-18 | update | 最萌小汐 | |
2022-06-18 | update | 最萌小汐 | |
2022-06-16 | fix #1217 | 最萌小汐 | |
2022-06-14 | fix so many workspace diagnostics | 最萌小汐 | |
2022-06-07 | cleanup | 最萌小汐 | |
2022-05-28 | use `pull diagnostic` for diag opened files | 最萌小汐 | |
2022-05-28 | remove supporting for `pull diagnostic` | 最萌小汐 | |
2022-05-26 | use preview | 最萌小汐 | |
2022-05-26 | `workspace/diagnostic` | 最萌小汐 | |
2022-05-25 | first step of `pull diagnostic` | 最萌小汐 | |
2022-05-24 | add settings for file scheme | 最萌小汐 | |
`workspace.supportScheme`: `["file", "untitled", "git"]` `diagnostics.disableScheme`: `["git"]` | |||
2022-05-24 | fix #1134 supports `untitled` lua files | 最萌小汐 | |
2022-04-27 | support `.luarc.jsonc` | 最萌小汐 | |
2022-04-27 | pass tests | 最萌小汐 | |
2022-04-23 | fix async of text | 最萌小汐 | |
2022-04-17 | create test | 最萌小汐 | |
2022-04-16 | cleanup | 最萌小汐 | |
2022-04-16 | update inlay hint | 最萌小汐 | |
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-05 | #1018 add `inspect.lua` | 最萌小汐 | |
2022-04-05 | #1018 cleanup logs | 最萌小汐 | |
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 | don't open non-file uri | 最萌小汐 | |
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 | use `--preview` to enable preview features | 最萌小汐 | |