summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2022-06-14update runner最萌小汐
2022-06-14update最萌小汐
2022-06-14update最萌小汐
2022-06-13update runner最萌小汐
2022-06-13new runner最萌小汐
2022-06-13small fix最萌小汐
2022-06-09#1061 completion for `doc.type.code`最萌小汐
2022-06-09add `doc.type.code`最萌小汐
2022-06-09view infer must specify uri最萌小汐
2022-06-09#1148 view `table` after erasing alias最萌小汐
2022-06-09update doc最萌小汐
2022-06-09update config最萌小汐
2022-06-08update config最萌小汐
2022-06-08update config最萌小汐
2022-06-08update config最萌小汐
2022-06-08build config最萌小汐
2022-06-08clear node cache after reload workspace最萌小汐
2022-06-08cleanup最萌小汐
2022-06-07cleanup最萌小汐
2022-06-07cleanup最萌小汐
2022-06-07add enum supports最萌小汐
2022-06-07cleanup最萌小汐
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-31Merge branch 'master' of https://github.com/sumneko/lua-language-server into ↵CppCXY
HEAD
2022-05-31格式化支持简单非标准符号CppCXY
2022-05-28pass tests最萌小汐
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-27fix #1149最萌小汐
2022-05-26use preview最萌小汐
2022-05-26`workspace/diagnostic`最萌小汐
2022-05-25first step of `pull diagnostic`最萌小汐
2022-05-253.2.4最萌小汐
2022-05-25don'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-25fix #1155最萌小汐
2022-05-25fix #1150最萌小汐
2022-05-25fix #1144最萌小汐
2022-05-25`ACTION_MARK_ASYNC` add spaces最萌小汐
2022-05-25fix #1141最萌小汐
2022-05-24resolve #1140 support folding `---@alias`最萌小汐
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-05-23fix #1131最萌小汐