Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-16 | Add setting: `Lua.type.checkTableShape` | 最萌小汐 | |
2024-08-15 | missed one | 最萌小汐 | |
2024-08-15 | update tests | 最萌小汐 | |
2024-08-15 | fix incorrect indent fixings | 最萌小汐 | |
fix #2799 | |||
2024-08-15 | fix Incorrect LuaCats parsing for `"'"` | 最萌小汐 | |
fix #2757 | |||
2024-08-15 | fix changelog | 最萌小汐 | |
2024-08-15 | Merge pull request #2768 from NeOzay/cast-table-to-class | 最萌小汐 | |
check that the shape of the table corresponds to the class | |||
2024-08-15 | Merge branch 'master' into cast-table-to-class | 最萌小汐 | |
2024-08-15 | Revert "fix: improve textDocument/definition ordering" | 最萌小汐 | |
2024-08-15 | Fix lua-language-server --check (#2683) | Wu, Zhenyu | |
2024-08-15 | Merge pull request #2792 from lewis6991/feat/deforder | 最萌小汐 | |
fix: improve textDocument/definition ordering | |||
2024-08-15 | Merge branch 'master' into feat/deforder | 最萌小汐 | |
2024-08-15 | fix(hint): attempt to index a nil value | Tyler Miller | |
Fixes: #2788 | |||
2024-08-15 | FIX: Changed hello param to valid JSONRPC | OmentaElvis | |
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-14 | fixup! fast path for matching strings | Lewis Russell | |
2024-08-14 | fix: improve textDocument/definition ordering | Lewis Russell | |
2024-08-12 | GitHub issue templates (#2796) | carsakiller | |
* add: documentation template * add: issue template config | |||
2024-08-08 | fix memory leak with `---@enum(partical)` | 最萌小汐 | |
2024-08-08 | ignored error | 最萌小汐 | |
2024-08-07 | say hello at first to make everyone happy | 最萌小汐 | |
2024-08-07 | 3.10.2 | 最萌小汐 | |
2024-08-06 | Merge pull request #2779 from SeanTheBuilder1/binary-ops-symmetry | 最萌小汐 | |
feat: flip binary operator check if failed (#2777) | |||
2024-08-06 | docs: update changelog | SeanTheBuilder1 | |
2024-08-06 | test: add test case for reversed binary operators | SeanTheBuilder1 | |
2024-08-06 | feat: flip binary operator check if failed | SeanTheBuilder1 | |
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-06 | fix wront indentation in some case | 最萌小汐 | |
#2786 | |||
2024-08-02 | 3.10.1 | 最萌小汐 | |
2024-08-02 | Disable indentation fixing for Non-VSCode | 最萌小汐 | |
fix 2778 | |||
2024-08-02 | fix runtime error | 最萌小汐 | |
fix #2776 | |||
2024-08-02 | fix changelog | 最萌小汐 | |
2024-08-01 | 3.10.0 | 最萌小汐 | |
2024-08-01 | Merge pull request #2770 from NeOzay/inconsistent-behavior-(missing-fields) | 最萌小汐 | |
improve the missing-fields logic to be able to correctly handle classes defined several times | |||
2024-08-01 | Merge branch 'master' into inconsistent-behavior-(missing-fields) | 最萌小汐 | |
2024-08-01 | Merge pull request #2773 from tmillr/patch-1 | 最萌小汐 | |
fix: incorrect `CompletionItemKind` for postfix snippets | |||
2024-08-01 | Merge branch 'master' into patch-1 | 最萌小汐 | |
2024-08-01 | fix wrong indent | 最萌小汐 | |
2024-08-01 | fix: incorrect `CompletionItemKind` for postfix snippets | Tyler Miller | |
2024-08-01 | 删掉没用的测试 | 最萌小汐 | |
2024-08-01 | 删除多余空格 | 最萌小汐 | |
2024-07-31 | Merge branch 'master' into inconsistent-behavior-(missing-fields) | NeOzay | |
2024-07-31 | 先把这个文件提交了,过一下测试 | 最萌小汐 | |
2024-07-31 | You can now click on "References" in CodeLen to display the reference list | 最萌小汐 | |
2024-07-30 | 过测试 | 最萌小汐 | |
2024-07-30 | 拆分成选项 | 最萌小汐 | |
2024-07-29 | Fix typos in annotation descriptions | teatimeguest | |
2024-07-28 | Merge branch 'master' into cast-table-to-class | NeOzay | |
2024-07-28 | add test | NeOzay | |