summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Expand)Author
2021-03-08fix #443最萌小汐
2021-03-08small improve最萌小汐
2021-03-08new diag: `unknown-diag-code`最萌小汐
2021-03-08`LuaDoc` supports `---@diagnostic disable`最萌小汐
2021-03-08`Lua.workspace.library` use `path[]` instead of `<path, true>`最萌小汐
2021-03-05stash最萌小汐
2021-03-05completion of `doc.diagnostic`最萌小汐
2021-03-05close #419 VSCode has released new version最萌小汐
2021-03-05missed syntax error `local a <const>= 1`最萌小汐
2021-03-05add log最萌小汐
2021-03-04disable for now最萌小汐
2021-03-04first try of auto end最萌小汐
2021-03-04#437 plugin blocks first opened file最萌小汐
2021-03-03fix #438 should check globals最萌小汐
2021-03-03fix `detail` disappears during continuous input最萌小汐
2021-03-03#435 #437 why not cache generic results?最萌小汐
2021-03-03improve performance最萌小汐
2021-03-03remove mark for now最萌小汐
2021-03-03add mark最萌小汐
2021-03-03#436 cannot ignore case in non-Windows platforms最萌小汐
2021-03-03#435 treat `V[]` as `table<integer, V>` in `pairs`最萌小汐
2021-03-03revert interruption during compilation最萌小汐
2021-03-02disable for now最萌小汐
2021-03-01dont infer `x()` as function最萌小汐
2021-03-01fix #422 search ref across `doc.return`最萌小汐
2021-03-01fix #421 keep order最萌小汐
2021-03-01still can not yield inside compile最萌小汐
2021-03-01kick class extends最萌小汐
2021-03-01improve delay of completion最萌小汐
2021-03-01#398 fix didChange at eof最萌小汐
2021-03-01remove log最萌小汐
2021-03-01completion delays for 10 ms最萌小汐
2021-03-01clean up code最萌小汐
2021-03-01always sort最萌小汐
2021-03-01#433 specify `locale` by command line `--LOCALE`最萌小汐
2021-02-26improve ipairs最萌小汐
2021-02-26improve infer cross `pairs`最萌小汐
2021-02-26improve type_infer最萌小汐
2021-02-26improve generic across `fun(arg: T):T`最萌小汐
2021-02-26find generic cross doc.function.args最萌小汐
2021-02-26keep order after waiting ready最萌小汐
2021-02-26#398 try fix offset of eof最萌小汐
2021-02-25improve infer cross `table<K, V>`最萌小汐
2021-02-25improve hover of `table<K, V>`最萌小汐
2021-02-24fix completion inside ipairs最萌小汐
2021-02-24#419 remove trigger char `\n` for now, see #401最萌小汐
2021-02-24improve infer cross `ipairs`最萌小汐
2021-02-24completion: dont show uri of meta file最萌小汐
2021-02-24config.workspace.library supports `${meta}`最萌小汐
2021-02-24cache globals when loading最萌小汐