From 703d0f21ab28bc26692b684167bfa38a7879f250 Mon Sep 17 00:00:00 2001 From: yuki Date: Sat, 8 Nov 2025 00:17:13 -0300 Subject: [PATCH] add lua extension and linting --- learns.code-workspace | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/learns.code-workspace b/learns.code-workspace index d5b3c3d..de0f034 100644 --- a/learns.code-workspace +++ b/learns.code-workspace @@ -4,7 +4,15 @@ "path": "." } ], - "settings": {}, + "settings": { + "Lua.runtime.version": "LuaJIT", + "Lua.runtime.special": { + "love.filesystem.load": "loadfile" + }, + "Lua.diagnostics.globals": ["love"], + "Lua.workspace.library": ["${3rd}/love2d/library"], + "Lua.workspace.checkThirdParty": true + }, "launch": { "version": "0.2.0", "configurations": [