Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2023-10-08 | update format for UTF8 latin-1 | CppCXY | |
2023-10-07 | pause diagnostic in tests | 最萌小汐 | |
2023-09-26 | Merge pull request #2346 from lewis6991/feat/snipspace | 最萌小汐 | |
feat: support param snippets with space | |||
2023-09-25 | feat: support param snippets with space | Lewis Russell | |
Currently LuaLS will expand: ```lua ---<??> local x = function (x, y) end ``` with: ```lua ---comment ---@param x any ---@param y any local x = function (x, y) end ``` This change adds a variation of this snippet to expand: ```lua --- <??> local x = function (x, y) end ``` with: ```lua --- comment --- @param x any --- @param y any local x = function (x, y) end ``` | |||
2023-09-20 | Merge pull request #2338 from CppCXY/master | 最萌小汐 | |
Update format | |||
2023-09-20 | Merge branch 'master' of github.com:CppCXY/lua-language-server into HEAD | CppCXY | |
2023-09-20 | fix some bug, update options | CppCXY | |
2023-09-20 | add `__close` to `setmetatable` | 最萌小汐 | |
fix #2335 | |||
2023-09-08 | update whimsical | 最萌小汐 | |
2023-08-31 | fix #2299 | 最萌小汐 | |
2023-08-31 | update bee.lua | 最萌小汐 | |
2023-08-30 | update | 最萌小汐 | |
2023-08-29 | Merge pull request #2291 from firas-assaad/fix-inject-field-message | 最萌小汐 | |
Translate table injection diag and fix some issues | |||
2023-08-26 | Translate table injection diag and fix some issues | Firas Assaad | |
2023-08-24 | fix wrong uri in test | 最萌小汐 | |
2023-08-24 | 3.7.0 | 最萌小汐 | |
2023-08-24 | 修复基础库定义 | 最萌小汐 | |