ZIP
WinGet
Lua Language Server
LuaLS · 3.15.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.15.0-win32-ia32.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
LuaLS.lua-language-server
Version
3.15.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.15.0/lua-language-server-3.15.0-win32-ia32.zip
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
What's Changed
- [fix] Linux debugging server not starting by @jpeletier in #3147
- feat: support hex color with # by @seblyng in #3169
- Fix gcc15 build by @CppCXY in #3189
- docs: add missing locale. by @qwertycxz in #3160
- Support Custom Addons Path for Enhanced Editor Flexibility by @IronBlood in #3155
- Prevent class methods from triggering missing fields diagnostics (Fixes #3175) by @CWood-sdf in #3182
- fix: large unions no longer erroneously fail to match later variants by @DoubleThough…