engine/.vscode/settings.json

13 lines
280 B
JSON
Raw Normal View History

2026-05-21 00:49:54 +00:00
{
"Lua.workspace.library": [
2026-06-05 06:53:15 +00:00
".vscode/love2d"
2026-05-21 00:49:54 +00:00
],
"Lua.runtime.version": "LuaJIT",
"Lua.runtime.special": {
"love.filesystem.load": "loadfile"
},
2026-06-05 06:53:15 +00:00
"Lua.workspace.checkThirdParty": false,
"Lua.diagnostics.globals": [
"love"
]
2026-05-21 00:49:54 +00:00
}