Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 修复基础库定义 | 最萌小汐 | |
2023-08-23 | Do not use off-spec value for end_of_line | Gregory Anders | |
The [EditorConfig specification](https://spec.editorconfig.org/#supported-pairs) does not support "auto" as a value for "end_of_line". EditorConfig implementations which adhere to the specification (such as Neovim) will either ignore this value or, worse, show a warning or error to the user. Simply omitting `end_of_line` will use the default end of line value for the platform. Git (and other source control tools) can handle translating end of line characters between Windows and Unix platforms. The `end_of_line` option is there _only_ when you want to maintain a strict end of line character *across* platforms. | |||
2023-08-23 | add guide | 最萌小汐 | |
2023-08-23 | support `---@class (exact)` | 最萌小汐 | |
#1990 | |||
2023-08-22 | fix wrong `missing-fields` with union types | 最萌小汐 | |
fix #2252 | |||
2023-08-22 | whimsical | 最萌小汐 | |
2023-08-21 | fix | 最萌小汐 | |
2023-08-16 | supports `---@enum (key)` | 最萌小汐 | |
2023-08-15 | don't diagnose git uri | 最萌小汐 | |
fix #2267 | |||
2023-08-15 | Merge pull request #2264 from flrgh/master | 最萌小汐 | |
set min version for some math.* functions | |||
2023-08-15 | Merge pull request #2263 from overhacked/ignore_cast-local-type_underscore | 最萌小汐 | |
Ignore `cast-local-type` diagnostic for `_` local |