ZIP
WinGet
Lua Language Server
LuaLS · 3.6.19 · 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.6.19-win32-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
LuaLS.lua-language-server
Version
3.6.19
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.6.19/lua-language-server-3.6.19-win32-x64.zip
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
What's Changed
- Readme refresh by @carsakiller in #2028
- Add desc of skynet.task api by @Gowa2017 in #2024
- 更新 by @CppCXY in #2043
- Add optional diagnostic warning about any global element by @AndreaWalchshoferSCCH in #2040
- add support for musl version in github actions by @ericwq in #2049
- update for feature_request_102 by @CppCXY in #2052
- fix: add links to too many files warning by @carsakiller in #2080
- update and fix issue by @CppCXY in #2075
- Check for missing @param and @return…