Silent Install HQ
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

SHA256 18c4d7b8ba5daf3bb39892ad87ba5f36273b2c3a8b3a37e195b4d89730ebc051 VirusTotal ↗
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
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…