You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LuaLS/lua-language-server#2720 added support for lamda style functions with "|lambda|" as an option for non standard symbols. This change was released in 3.10.0, but it can't be used in VSCode because "|lambda|" is not yet listed as an options. It need to be added to the package.json.
Actual Behaviour
Setting "Lua.runtime.nonstandardSymbol": ["|lambda|"] in settings.json should add support for lamda style functions, such as: Wait.frames(|| print("Hello World"), 60). Instead you get a warning:
Value is not accepted. Valid values: "//", "/**/", "`", "+=", "-=", "*=", "/=", "%=", "^=", "//=", "|=", "&=", "<<=", ">>=", "||", "&&", "!", "!=", "continue".
Which OS are you using?
Windows
Expected Behaviour
LuaLS/lua-language-server#2720 added support for lamda style functions with
"|lambda|"
as an option for non standard symbols. This change was released in 3.10.0, but it can't be used in VSCode because"|lambda|"
is not yet listed as an options. It need to be added to the package.json.Actual Behaviour
Setting
"Lua.runtime.nonstandardSymbol": ["|lambda|"]
insettings.json
should add support for lamda style functions, such as:Wait.frames(|| print("Hello World"), 60)
. Instead you get a warning:Reproduction steps
settings.json
in VSCodeAdditional Notes
No response
Log
No response
The text was updated successfully, but these errors were encountered: