Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
lua-language-server-3.13.6-linux-x64.tar.gz | 2025-02-06 | 3.7 MB | |
lua-language-server-3.13.6-win32-ia32.zip | 2025-02-06 | 4.1 MB | |
lua-language-server-3.13.6-win32-x64.zip | 2025-02-06 | 4.3 MB | |
lua-language-server-3.13.6-darwin-x64.tar.gz | 2025-02-06 | 2.3 MB | |
lua-language-server-3.13.6-submodules.zip | 2025-02-06 | 31.5 MB | |
lua-language-server-3.13.6-linux-x64-musl.tar.gz | 2025-02-06 | 3.8 MB | |
lua-language-server-3.13.6-darwin-arm64.tar.gz | 2025-02-06 | 3.2 MB | |
lua-language-server-3.13.6-linux-arm64.tar.gz | 2025-02-06 | 2.6 MB | |
3.13.6 source code.tar.gz | 2025-02-06 | 2.8 MB | |
3.13.6 source code.zip | 2025-02-06 | 3.0 MB | |
README.md | 2025-02-06 | 2.4 kB | |
Totals: 11 Items | 61.2 MB | 0 |
What's Changed
- Exit 1 when check error by @Freed-Wu in https://github.com/LuaLS/lua-language-server/pull/2998
- Send the correct
insertTextFormat
by @andrewbraxton in https://github.com/LuaLS/lua-language-server/pull/3005 - Fixed the error that the configuration file pointed to by the
--configpath
option was not read and loaded. by @Mc-GrowlR in https://github.com/LuaLS/lua-language-server/pull/3012 - unittest: support test specify unit test by @fesily in https://github.com/LuaLS/lua-language-server/pull/3013
- Improve generic pattern to support "
T
.*-" by @TIMONz1535 in https://github.com/LuaLS/lua-language-server/pull/3015 - Mark function completion items as snippets by @andrewbraxton in https://github.com/LuaLS/lua-language-server/pull/3022
- Basic
partial
class support by @tomlau10 in https://github.com/LuaLS/lua-language-server/pull/3024 - Fix typo in doc exporter by @emmericp in https://github.com/LuaLS/lua-language-server/pull/3037
- LuaDoc. Fixed the start position of the comment first symbol in docs by @TIMONz1535 in https://github.com/LuaLS/lua-language-server/pull/3028
- Improve generic pattern to support optional, union, array. Fixed regression. by @TIMONz1535 in https://github.com/LuaLS/lua-language-server/pull/3031
- fix: bind variables with
@class
using tail comments by @tomlau10 in https://github.com/LuaLS/lua-language-server/pull/3044 - Mark postfix completions as snippets by @andrewbraxton in https://github.com/LuaLS/lua-language-server/pull/3047
- Avoid truncating output in ---doc mode by @emuell in https://github.com/LuaLS/lua-language-server/pull/3052
- feat: add --check_format=json|pretty by @lewis6991 in https://github.com/LuaLS/lua-language-server/pull/3051
- feat: add variable substitution support for vscode's
${workspaceFolder:x}
by @tomlau10 in https://github.com/LuaLS/lua-language-server/pull/3053 - fix: missing field completion for generic class object by @tomlau10 in https://github.com/LuaLS/lua-language-server/pull/3055
New Contributors
- @andrewbraxton made their first contribution in https://github.com/LuaLS/lua-language-server/pull/3005
- @Mc-GrowlR made their first contribution in https://github.com/LuaLS/lua-language-server/pull/3012
- @emuell made their first contribution in https://github.com/LuaLS/lua-language-server/pull/3052
Full Changelog: https://github.com/LuaLS/lua-language-server/compare/3.13.5...3.13.6