ZIP
WinGet
Lua Language Server
LuaLS · 3.18.0 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
lua-language-server-3.18.0-win32-ia32.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
LuaLS.lua-language-server
Version
3.18.0
Description
A language server that offers Lua language support - programmed in Lua
License
MIT
↗
Installer URL
https://github.com/LuaLS/lua-language-server/releases/download/3.18.0/lua-language-server-3.18.0-win32-ia32.zip
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
What's Changed
- Add the source uri argument to ResolveRequire by @periapsises in #3354
- Improve test output and code sharing by @tommaisey in #3389
- fix: support Lua 5.5 prefix local attributes by @Ne9roni in #3393
- fix: type inference for bitwise operators on integer variables by @RomanSpector in #3394
- fix: stdlib success return types by @haithium in #3386
- fix: generic type resolution for class methods and iterators by @RomanSpector in #3392
- Fix type inference for and/or idioms and ci…