ZIP
WinGet
Lua Language Server
LuaLS · 3.16.0 · x64
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.16.0-win32-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
LuaLS.lua-language-server
Version
3.16.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.16.0/lua-language-server-3.16.0-win32-x64.zip
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
What's Changed
- fix: typed @field should not override other defined field by @tomlau10 in #3224
- feat: add '|lambda|' to nonstandardSymbol in template by @the-byte-bender in #3228
- fix: incorrect inject field message for exact class extra field by @tomlau10 in #3212
- fix: don't return empty hover by @phanen in #3232
- Fix: Stack overflow while attempting to resolve function return value by @Cooldude2606 in #3247
- fix: typo dose -> does by @leslykinzel in #3265
- @alias and @enum file paths…