Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-05-05 | dont scan symbol links | 最萌小汐 | |
2022-05-04 | change telemetry IP | 最萌小汐 | |
2022-05-02 | fix(semantic-tokens): `data` field can't be nil | kevinhwang91 | |
2022-05-01 | fix #1107 | 最萌小汐 | |
2022-04-29 | fix #1103 | 最萌小汐 | |
2022-04-27 | support `.luarc.jsonc` | 最萌小汐 | |
2022-04-27 | pass tests | 最萌小汐 | |
2022-04-27 | dose not load files in symbol links | 最萌小汐 | |
2022-04-27 | avoid sending empty results | 最萌小汐 | |
empty results should convert to `clear diag` | |||
2022-04-26 | `close-non-object` excludes `table` | 最萌小汐 | |
2022-04-26 | fix match of `--[[@` | 最萌小汐 | |
2022-04-26 | fix #1092 | 最萌小汐 | |
2022-04-26 | add some delay | 最萌小汐 | |
2022-04-26 | fix `unused-function` | 最萌小汐 | |
cannot handle recursion correctly | |||
2022-04-26 | fix `close-non-object` | 最萌小汐 | |
2022-04-26 | cleanup | 最萌小汐 | |
2022-04-26 | cleanup | 最萌小汐 | |
2022-04-26 | cleanup | 最萌小汐 | |
2022-04-26 | fix #1093 | 最萌小汐 | |
2022-04-26 | don't show number as is | 最萌小汐 | |
2022-04-25 | #1091 fix runtime errors | 最萌小汐 | |
2022-04-25 | fix runtime errors | 最萌小汐 | |