Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06 | improve diag | 最萌小汐 | |
2022-07-05 | resolve #1254 can suppress syntax errors | 最萌小汐 | |
2022-07-05 | update log | 最萌小汐 | |
2022-07-01 | cleanup | 最萌小汐 | |
2022-06-23 | fix workspace diags | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2022-06-23 | use `semanticTokens/range` in VSCode | 最萌小汐 | |
2022-06-23 | `FIX` diagnostics flash when opening a file | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2022-06-22 | update | 最萌小汐 | |
2022-06-22 | update | 最萌小汐 | |
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-09 | update doc | 最萌小汐 | |
2022-06-09 | update config | 最萌小汐 | |
2022-06-07 | cleanup | 最萌小汐 | |
2022-06-07 | cleanup | 最萌小汐 | |
2022-05-31 | 去掉打印 | CppCXY | |
2022-05-31 | Merge branch 'master' of https://github.com/sumneko/lua-language-server into ↵ | CppCXY | |
HEAD | |||
2022-05-31 | 格式化支持简单非标准符号 | CppCXY | |
2022-05-28 | use `pull diagnostic` for diag opened files | 最萌小汐 | |
2022-05-28 | Merge pull request #1152 from CppCXY/master | 最萌小汐 | |
spell checker | |||
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-05-24 | 重置代码,取消多余的提交 | CppCXY | |
2022-04-27 | support `.luarc.jsonc` | 最萌小汐 | |
2022-04-27 | pass tests | 最萌小汐 | |
2022-04-27 | avoid sending empty results | 最萌小汐 | |
empty results should convert to `clear diag` | |||
2022-04-23 | fix 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-22 | Revert "perf(diagnostic): avoid first send" | 最萌小汐 | |
This reverts commit e81ffc189a1976adf2998f15cae0bd5b141435e2. | |||
2022-04-20 | perf(diagnostic): avoid first send | kevinhwang91 | |
If the cache is equal to the full result, we should avoid to notify client during first stage. | |||
2022-04-17 | create test | 最萌小汐 | |
2022-04-16 | cleanup | 最萌小汐 | |
2022-04-16 | update inlay hint | 最萌小汐 | |
2022-04-16 | fix refresh | 最萌小汐 | |