lua-language-server
lua-language-server copied to clipboard
A language server that offers Lua language support - programmed in Lua
Cannot type for-loop variable
### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Type Checking, Diagnostics/Syntax Checking ### Expected Behaviour The variables...
use with craftos-pc indexes PC root dir
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Other ### Expected Behaviour not...
Generics Super Issue
This "super issue" serves to organize and track all the issues relating to the implementation of generics. Some of the following issues are likely duplicates, so some may just need...
When workspace folders are specified, two workspaces are loaded.
https://github.com/sumneko/lua-language-server/blob/25acc18ff5ec25d5cf4a052dfba11c777847f86e/script/provider/provider.lua#L55 Shouldn't the `fallback` config **only** be loaded when `#scope.folders == 0`?
setfenv
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Linux ### What is the issue affecting? Diagnostics/Syntax Checking ### Expected Behaviour...
Feature Request: Error When Using Non-Existant Enum Value
It would be nice when trying to use a non-extistant enum value in a function there was a warning. Ex: ``` ---@enum TestEnum TestEnum = { ONE = "ONE", TWO...
enum error
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Type Checking ### Expected Behaviour...
Something not okay with enum types
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Linux ### What is the issue affecting? Type Checking ### Expected Behaviour...
Invalid type diagnostic doesn't show when passing value from array directly to a function
### How are you using the lua-language-server? Other ### Which OS are you using? Linux ### What is the issue affecting? Type Checking, Diagnostics/Syntax Checking ### Expected Behaviour When using...
### How are you using the lua-language-server? NeoVim ### Which OS are you using? Windows ### What is the issue affecting? Diagnostics/Syntax Checking ### Expected Behaviour Running `lua-language-server --check` is...