lua-language-server
lua-language-server copied to clipboard
A language server that offers Lua language support - programmed in Lua
### How are you using the lua-language-server? Other ### Which OS are you using? Linux ### What is the issue affecting? Other ### Expected Behaviour Probably not an error... ###...
Hello. I was trying to make the VSCod extension detect my hammerspoon definitions, and it was not working. Then I noticed the `"Lua.workspace.useGitIgnore": false` setting, and after setting it to...
Closes issue https://github.com/LuaLS/lua-language-server/issues/3066 Updated workflow to build a package for alpine linux arm64-musl. Github currently has some issues with runners for alpine arch64 plarofrm ([check here](https://github.com/actions/runner/issues/801)), so I've added a...
removed `res:filename()` since its already appended by `getRealParent` when using in a workspace using [Zed](https://zed.dev/) it would always add twice the folder at the end of the path causing the...
### How are you using the lua-language-server? Command Line ### Which OS are you using? Linux ### What is the issue affecting? Other ### Expected Behaviour The doc for a...
### How are you using the lua-language-server? NeoVim ### Which OS are you using? MacOS ### What is the issue affecting? Diagnostics/Syntax Checking ### Expected Behaviour LuaLS should have an...
### Issue Description Quoting @carsakiller from https://github.com/LuaLS/LuaLS.github.io/pull/35#issuecomment-2134278430: > @sumneko would you be able to provide some more insight into how you develop the language server? I think I recall you...
Description: When a function is defined both in an external file (e.g., qlua.d.lua) and in the local script, Lua Language Server prioritizes the local definition. This behavior makes it difficult...
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows WSL ### What is the issue affecting? Annotations ### Expected Behaviour...
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows WSL ### What is the issue affecting? Type Checking ### Expected...