Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-07 | build 3rd metas | 最萌小汐 | |
2022-06-07 | update changelog | 最萌小汐 | |
2022-06-07 | #1192 improve `[[--@as number]]` | 最萌小汐 | |
cache ases and search with dichotomy | |||
2022-06-07 | #1192 improve test | 最萌小汐 | |
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 add benchmark for `jass.common` | 最萌小汐 | |
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-06-06 | update submodules | 最萌小汐 | |
2022-06-01 | Merge pull request #1187 from CppCXY/master | 最萌小汐 | |
FIX #1175 | |||
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-31 | Merge pull request #1181 from AlexCai2019/master | 最萌小汐 | |
繁體中文翻譯 | |||
2022-05-31 | Merge branch 'sumneko:master' into master | AlexCai2019 | |
2022-05-31 | Revert "Submit files that github desktop auto create" | AlexCai2019 | |
This reverts commit b7a20a5eb6c91c6a661b6fad05ff17c44b71ccf5. | |||
2022-05-31 | update submodules | 最萌小汐 | |
2022-05-31 | update API for `love2d` and `lovr` | 最萌小汐 | |
2022-05-31 | update submodules | 最萌小汐 | |
2022-05-30 | Merge pull request #1183 from sewbacca/master | 最萌小汐 | |
Added vararg support | |||
2022-05-30 | Merge pull request #1180 from C3pa/master | 最萌小汐 | |
Add optional flag (?) to overloads in `love2d` and `lovr` builders | |||
2022-05-29 | Added vararg support | Sewbacca | |
2022-05-29 | 繁體中文翻譯 | AlexCai2019 | |
2022-05-28 | A refactoring change | C3pa | |
2022-05-28 | Add optional for overloads | C3pa | |
2022-05-28 | Submit files that github desktop auto create | AlexCai2019 | |
2022-05-28 | update meta files for `love2d` and `lovr` | 最萌小汐 | |
2022-05-28 | Merge pull request #1178 from C3pa/fix-1173-alternate | 最萌小汐 | |
Alternate fix for #1173 | |||
2022-05-28 | Add ~= nil check | C3pa | |
2022-05-28 | Remove unused brackets | C3pa | |
2022-05-28 | Make code more readable by adding a new variable | C3pa | |
2022-05-28 | Don't modify the meta data | C3pa | |
2022-05-28 | Update love-api builder | C3pa | |
2022-05-28 | update code style | 最萌小汐 | |
2022-05-28 | pass tests | 最萌小汐 | |
2022-05-28 | update submodules | 最萌小汐 | |
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 | 更新算法支持字符串的拼写检查 | CppCXY | |
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 | 最萌小汐 | |