Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-21 | Only call workspace/configuration when availablefix/honour_configuration_capability-3.7.3 | cos | |
Not all clients implement the client capability: `configuration`, which was added in version 3.6.0 of the Language Server Protocol. The LSP Specification also states: > A missing property should be interpreted as an absence of the capability. Hence this change modifies behaviour to only call the method on clients explicitly announcing to support it. Most affected test-cases are updated to work with this commit, however one test gets disabled. That disabled test suite is in serious need of added documentation explaining its design. The few comments which are there seem highly unsufficient, and since they are written in simplified chinese they practically are of no use. This commit makes the lua-language-server work with vim-ale. | |||
2023-12-21 | Lint, and add the most desired comment to, make.sh | cos | |
2023-11-14 | 3.7.3 | 最萌小汐 | |
2023-11-14 | update changelog | 最萌小汐 | |
2023-11-14 | fix type infer in overload | 最萌小汐 | |
2023-11-09 | 3.7.2 | 最萌小汐 | |
2023-11-09 | Merge pull request #2409 from 9999years/fix-back-compat-take-2 | 最萌小汐 | |
Fix backwards compatability with `Lua.workspace.checkThirdParty` (take 2!) | |||
2023-11-08 | Fix backwards compatability with `Lua.workspace.checkThirdParty` | Rebecca Turner | |
I attempted to maintain backwards compatability in #2354 and #2406 but didn't fully understand the config type system. This approach uses `Type.Or` and I even tested it to confirm that it works! Thanks to @pysan3 for pointing out how a default would be used for invalid types and to @sumneko for pointing out `Type.Or`. | |||
2023-11-08 | Revert "Fix backwards compatability with `Lua.workspace.checkThirdParty`" | Rebecca Turner | |
This reverts commit 13a24eef2329cdc19008421666af51e50d6c0889. | |||
2023-11-08 | Merge pull request #2406 from 9999years/checkthirdparty-back-compat | 最萌小汐 | |
Fix backwards compatability with `Lua.workspace.checkThirdParty` | |||
2023-11-07 | Fix backwards compatability with `Lua.workspace.checkThirdParty` | Rebecca Turner | |
I attempted to maintain backwards compatability in #2354 but didn't fully understand the config type system. | |||
2023-11-07 | 3.7.1 | 最萌小汐 | |
2023-10-30 | Prefer https submodules (#2397) | Gutyina Gergő | |
2023-10-28 | Merge pull request #2237 from carsakiller/replace-meta-3rd-with-submodules | 最萌小汐 | |
Replace meta 3rd with LuaCATS submodules | |||
2023-10-27 | refactor: replace luv with LuaCATS submodule | carsakiller | |
2023-10-27 | refactor: replace ffi-reflect with LuaCATS submodule | carsakiller | |
2023-10-27 | refactor: replace skynet with LuaCATS submodule | carsakiller | |
2023-10-27 | refactor: replace luassert with LuaCATS submodule | carsakiller | |
2023-10-27 | refactor: replace luaecs with LuaCATS submodule | carsakiller | |
2023-10-27 | refactor: replace lovr with LuaCATS submodule | carsakiller | |
2023-10-27 | refactor: replace love2d with LuaCATS submodule | carsakiller | |
2023-10-27 | refactor: replace lfs with LuaCATS submodule | carsakiller | |
2023-10-27 | refactor: replace Jass with LuaCATS submodule | carsakiller | |
2023-10-27 | refactor: replace Defold with LuaCATS submodule | carsakiller | |
2023-10-27 | refactor: replace Cocos4.0 with LuaCATS submodule | carsakiller | |
2023-10-27 | refactor: replace busted with LuaCATS submodule | carsakiller | |
2023-10-27 | refactor: replace bee with LuaCATS submodule | carsakiller | |
2023-10-27 | refactor: replace openresty with LuaCATS submodule | carsakiller | |
2023-10-25 | update bee.net | 最萌小汐 | |
#2382 | |||
2023-10-25 | update bee | 最萌小汐 | |
2023-10-25 | update submodules | 最萌小汐 | |
2023-10-25 | Merge pull request #2388 from CppCXY/master | 最萌小汐 | |
fix linux compile issue | |||
2023-10-25 | fix linux compile issue | CppCXY | |
2023-10-24 | Revert "update submodules" | 最萌小汐 | |
This reverts commit 2d4143cc1c5dd6a117264e0b6f4119b6f97b3d0b. | |||
2023-10-24 | update bee.net | 最萌小汐 | |
2023-10-24 | update socket mode | 最萌小汐 | |
#2382 | |||
2023-10-24 | update submodules | 最萌小汐 | |
2023-10-19 | Merge pull request #2383 from CppCXY/master | 最萌小汐 | |
update format support UTF8-Latin-1 align | |||
2023-10-19 | Merge pull request #2354 from 9999years/dont-ask-third-party | 最萌小汐 | |
Make `workspace.checkThirdParty` a string enum | |||
2023-10-19 | fix compile error | CppCXY | |
2023-10-19 | fix type format | CppCXY | |
2023-10-18 | Update `doc` and `locale` | Rebecca Turner | |
2023-10-18 | Make `workspace.checkThirdParty` a string enum | Rebecca Turner | |
This lets you skip the "apply third party library to workspace configuration" prompt. | |||
2023-10-18 | Merge pull request #2364 from 9999years/check-out-path | 最萌小汐 | |
Add `--check_out_path` CLI argument | |||
2023-10-11 | support `Lua Debug 2.0.0` | 最萌小汐 | |
2023-10-11 | update doc and locale | 最萌小汐 | |
2023-10-11 | update launch.json | 最萌小汐 | |
2023-10-10 | Add `--check_out_path` CLI argument | Rebecca Turner | |
This allows customizing where the diagnostic JSON file is saved. | |||
2023-10-10 | update utility | 最萌小汐 | |
2023-10-10 | Merge pull request #2287 from gpanders/editorconfig-end-of-line | 最萌小汐 | |
Do not use off-spec value for end_of_line |