summaryrefslogtreecommitdiff
path: root/changelog.md
AgeCommit message (Collapse)Author
2022-06-24fix #1229最萌小汐
2022-06-23update config最萌小汐
2022-06-23cleanup最萌小汐
2022-06-23fix workspace diags最萌小汐
2022-06-23update最萌小汐
2022-06-23fix #1228 `doc.as` may not work最萌小汐
2022-06-22stash最萌小汐
2022-06-22fix最萌小汐
2022-06-21update最萌小汐
2022-06-21resolve #871 infer called function by params num最萌小汐
2022-06-17Merge branch 'master' into type-check最萌小汐
2022-06-173.3.1最萌小汐
2022-06-17fix #1223 count returns of `doc.type.function`最萌小汐
2022-06-17fix #1220 keep settings compatible最萌小汐
`table<string, any>` -> `string[]`
2022-06-16infer `nil` as redundant return value最萌小汐
2022-06-16fix #1218 don't compile `for` in `local`最萌小汐
would prevent compiling for other keys
2022-06-16fix #1217最萌小汐
2022-06-16fix #1213 change back to enum最萌小汐
2022-06-16fix #1215 penetrate parentheses最萌小汐
2022-06-153.3.0最萌小汐
2022-06-15infer type by `local tp = type(x)`最萌小汐
2022-06-15resolve #1212最萌小汐
2022-06-15fix style最萌小汐
2022-06-15resolve #1105 infer type by `type(x)`最萌小汐
2022-06-15resolve #1154 resolve #1165最萌小汐
infer type by `t and t.x`
2022-06-15resolve #1094 infer type by `error`最萌小汐
2022-06-15update changelog最萌小汐
2022-06-15#1208 fix runtime error最萌小汐
`attempt to concatenate a boolean value (local 'lastKey')`
2022-06-15fix #1204 `missing-parameter` incorrect最萌小汐
should count returns by `call.node` instead of `call`
2022-06-14fix so many workspace diagnostics最萌小汐
2022-06-09#1061 completion for `doc.type.code`最萌小汐
2022-06-093.2.5最萌小汐
2022-06-09update changelog最萌小汐
2022-06-09update doc最萌小汐
2022-06-07update changelog最萌小汐
2022-05-27fix #1149最萌小汐
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-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-23fix #1131最萌小汐
2022-05-23fix #1125最萌小汐
2022-05-23fix can not union `table` with other basic types最萌小汐
2022-05-23fix can not union `unknown` with other types最萌小汐
2022-05-163.2.3最萌小汐