summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2024-09-07fix: function param's auto infer type should use union of all overloadTom Lau
2024-09-07fix: ignore function's auto infer type when there is only `@overload`Tom Lau
2024-09-06fix最萌小汐
2024-09-06Infer the parameter types of a same-named function in the subclass based on ↵最萌小汐
the parameter types in the superclass function.
2024-09-06无用代码最萌小汐
2024-09-05fix最萌小汐
2024-09-05Merge branch 'master' into fix/type_narrow最萌小汐
2024-08-29fix VM pluginsConnor Bren
2024-08-24fix: improve function type narrow by checking params' literal identicalTom Lau
2024-08-23custom luadoc generationSkarph
2024-08-19同步utility最萌小汐
2024-08-19尽快cancel掉之前的请求最萌小汐
2024-08-19fix incorrect indent fixing for `for`最萌小汐
fix #2799
2024-08-19fix performance issue最萌小汐
2024-08-19Merge branch 'master' into dev最萌小汐
2024-08-19fix renaming files in the directory leads to the auto-correction in ↵最萌小汐
"require" adding extra characters fix #2810
2024-08-18`enum[<key>or<index>]`时未定义的字段会报未定义xuhuanzy
2024-08-18`enum`具有`partial`时会提示所有同`enum`字段而不是只提示当 ↵xuhuanzy
表的字段.
2024-08-16`undefined-field` supports `enum`最萌小汐
close #2469
2024-08-16Add setting: `Lua.type.checkTableShape`最萌小汐
2024-08-15fix incorrect indent fixings最萌小汐
fix #2799
2024-08-15fix Incorrect LuaCats parsing for `"'"`最萌小汐
fix #2757
2024-08-15Merge branch 'master' into cast-table-to-class最萌小汐
2024-08-15Revert "fix: improve textDocument/definition ordering"最萌小汐
2024-08-15Fix lua-language-server --check (#2683)Wu, Zhenyu
2024-08-15Merge branch 'master' into feat/deforder最萌小汐
2024-08-15fix(hint): attempt to index a nil valueTyler Miller
Fixes: #2788
2024-08-15FIX: Changed hello param to valid JSONRPCOmentaElvis
The previous hello jsonrpc message caused sadness since it caused lsp clients to exit as it was not a correct way to say hello.
2024-08-14fixup! fast path for matching stringsLewis Russell
2024-08-14fix: improve textDocument/definition orderingLewis Russell
2024-08-08fix memory leak with `---@enum(partical)`最萌小汐
2024-08-08ignored error最萌小汐
2024-08-07say hello at first to make everyone happy最萌小汐
2024-08-06feat: flip binary operator check if failedSeanTheBuilder1
if vm.runOperator fails try again with flipped arguments this emulates how lua checks the binary metaevents in which if there is no corresponding binary metaevent for the left operand it checks the right operand instead. This also works when both operands are tables. This change affects: - __add - __sub - __mul - __div - __idiv - __mod - __pow - __concat - __band - __bor - __bxor - __shl - __shr
2024-08-06应该使用最后一个有效行的缩进最萌小汐
2024-08-06语言设置挪到服务器里最萌小汐
2024-08-06需要 statusBar 选项才会显示状态栏最萌小汐
2024-08-06fix wront indentation in some case最萌小汐
#2786
2024-08-02Disable indentation fixing for Non-VSCode最萌小汐
fix 2778
2024-08-02fix runtime error最萌小汐
fix #2776
2024-08-01Merge branch 'master' into inconsistent-behavior-(missing-fields)最萌小汐
2024-08-01Merge branch 'master' into patch-1最萌小汐
2024-08-01fix wrong indent最萌小汐
2024-08-01fix: incorrect `CompletionItemKind` for postfix snippetsTyler Miller
2024-08-01删除多余空格最萌小汐
2024-07-31Merge branch 'master' into inconsistent-behavior-(missing-fields)NeOzay
2024-07-31先把这个文件提交了,过一下测试最萌小汐
2024-07-31You can now click on "References" in CodeLen to display the reference list最萌小汐
2024-07-30过测试最萌小汐
2024-07-30拆分成选项最萌小汐