Configure LuaLS for single-file script workspaces
Native and manual checks / native (ubuntu-24.04) (push) Waiting to run
Native and manual checks / native (windows-2025) (push) Waiting to run
Native and manual checks / manual (push) Waiting to run
Windows editor and software Vulkan / windows-graphics (push) Waiting to run

This commit is contained in:
emil28092005
2026-09-18 11:57:23 +03:00
parent 5a67735ff4
commit 4cc58d8c59
4 changed files with 31 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"runtime.version": "Lua 5.4",
"runtime.path": ["?.lua", "?/init.lua"],
"workspace.library": ["../.faset/lua"],
"workspace.checkThirdParty": false,
"diagnostics.globals": ["faset"]
}