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": [