add lua extension and linting

This commit is contained in:
yuki 2025-11-08 00:17:13 -03:00
parent 0dbf49cd8d
commit 703d0f21ab

View file

@ -4,7 +4,15 @@
"path": "." "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": { "launch": {
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [