Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-15 | #1208 fix runtime error | 最萌小汐 | |
`attempt to concatenate a boolean value (local 'lastKey')` | |||
2022-06-15 | fix #1204 `missing-parameter` incorrect | 最萌小汐 | |
should count returns by `call.node` instead of `call` | |||
2022-06-14 | fix so many workspace diagnostics | 最萌小汐 | |
2022-06-09 | #1061 completion for `doc.type.code` | 最萌小汐 | |
2022-06-09 | 3.2.5 | 最萌小汐 | |
2022-06-09 | update changelog | 最萌小汐 | |
2022-06-09 | update doc | 最萌小汐 | |
2022-06-07 | update changelog | 最萌小汐 | |
2022-05-27 | fix #1149 | 最萌小汐 | |
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 | 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-23 | fix #1131 | 最萌小汐 | |
2022-05-23 | fix #1125 | 最萌小汐 | |
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 | 3.2.3 | 最萌小汐 | |
2022-05-01 | fix #1107 | 最萌小汐 | |
2022-04-29 | fix #1103 | 最萌小汐 | |
2022-04-27 | support `.luarc.jsonc` | 最萌小汐 | |
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 | 3.2.2 | 最萌小汐 | |
2022-04-26 | fix #1092 | 最萌小汐 | |
2022-04-26 | fix `unused-function` | 最萌小汐 | |
cannot handle recursion correctly | |||
2022-04-26 | fix #1093 | 最萌小汐 | |
2022-04-25 | #1091 fix runtime errors | 最萌小汐 | |
2022-04-25 | 3.2.1 | 最萌小汐 | |
2022-04-25 | 3.2.0 | 最萌小汐 | |
2022-04-25 | add `---@cast` | 最萌小汐 | |
2022-04-24 | fix #1088 | 最萌小汐 | |
2022-04-23 | new diagnostic: `need-check-nil` | 最萌小汐 | |
2022-04-22 | resolve `class[1]` by `---@field [integer] type` | 最萌小汐 | |
2022-04-22 | resolve `T[]` by `doc.type.table` or `doc.field` | 最萌小汐 | |
2022-04-22 | new diagnostic `missing-parameter` | 最萌小汐 | |
2022-04-22 | fix `unused-function` does not recognize recursion | 最萌小汐 | |
2022-04-22 | dont mark `redundant-parameter` as `Unnecessary` | 最萌小汐 | |
2022-04-22 | add `--[[@as type]]` | 最萌小汐 | |
2022-04-21 | #1080 using `---@overload` as class constructor | 最萌小汐 | |
2022-04-21 | fix #1077 did not find language id | 最萌小汐 | |
2022-04-21 | supports infer of callback parameter | 最萌小汐 | |
2022-04-19 | fix n%0 | 最萌小汐 | |
2022-04-19 | fix #1072 | 最萌小汐 | |
2022-04-19 | fix #1051 | 最萌小汐 | |