Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-13 | small fix | 最萌小汐 | |
2022-06-09 | #1061 completion for `doc.type.code` | 最萌小汐 | |
2022-06-09 | add `doc.type.code` | 最萌小汐 | |
2022-06-09 | view infer must specify uri | 最萌小汐 | |
2022-06-09 | #1148 view `table` after erasing alias | 最萌小汐 | |
2022-06-09 | update doc | 最萌小汐 | |
2022-06-09 | update config | 最萌小汐 | |
2022-06-08 | update config | 最萌小汐 | |
2022-06-08 | update config | 最萌小汐 | |
2022-06-08 | update config | 最萌小汐 | |
2022-06-08 | build config | 最萌小汐 | |
2022-06-08 | clear node cache after reload workspace | 最萌小汐 | |
2022-06-08 | cleanup | 最萌小汐 | |
2022-06-07 | cleanup | 最萌小汐 | |
2022-06-07 | cleanup | 最萌小汐 | |
2022-06-07 | add enum supports | 最萌小汐 | |
2022-06-07 | cleanup | 最萌小汐 | |
2022-06-07 | #1192 improve `[[--@as number]]` | 最萌小汐 | |
cache ases and search with dichotomy | |||
2022-06-07 | #1192 add benchmark for completion `jass.common` | 最萌小汐 | |
2022-06-07 | #1192 improve performance | 最萌小汐 | |
`guide.getLocal` is too slow | |||
2022-06-07 | #1192 don't search local in simple | 最萌小汐 | |
use the methods provided by `local-id` to avoid wasting on `gets` | |||
2022-06-07 | #1192 improve local id | 最萌小汐 | |
In most cases, we only need to get `sets`. In general, there are few `sets` and many `gets`. Therefore, separating these two cases can significantly improve performance. | |||
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 | pass tests | 最萌小汐 | |
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-27 | fix #1149 | 最萌小汐 | |
2022-05-26 | use preview | 最萌小汐 | |
2022-05-26 | `workspace/diagnostic` | 最萌小汐 | |
2022-05-25 | first step of `pull diagnostic` | 最萌小汐 | |
2022-05-25 | 3.2.4 | 最萌小汐 | |
2022-05-25 | don't scan huge directories | 最萌小汐 | |
* if `rootUri` or `workspaceFolder` is set to `ROOT` or `HOME`, this extension will refuse to load these directories and show an error message. * show warning message when scanning more than 100,000 files. | |||
2022-05-25 | fix #1155 | 最萌小汐 | |
2022-05-25 | fix #1150 | 最萌小汐 | |
2022-05-25 | fix #1144 | 最萌小汐 | |
2022-05-25 | `ACTION_MARK_ASYNC` add spaces | 最萌小汐 | |
2022-05-25 | fix #1141 | 最萌小汐 | |
2022-05-24 | resolve #1140 support folding `---@alias` | 最萌小汐 | |
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-05-23 | fix #1131 | 最萌小汐 | |
2022-05-23 | fix #1125 | 最萌小汐 | |
2022-05-23 | fix infer of global sets | 最萌小汐 | |
2022-05-23 | fix can not union `table` with other basic types | 最萌小汐 | |
2022-05-23 | fix can not union `unknown` with other types | 最萌小汐 | |
2022-05-16 | fix(client): check .luarc.jsonc existed | kevinhwang91 | |