16 lines
363 B
JSON
16 lines
363 B
JSON
{
|
|
"Lua.diagnostics.globals": [
|
|
"love"
|
|
],
|
|
"Lua.workspace.library": [
|
|
"${addons}/love2d/module/library"
|
|
],
|
|
"Lua.runtime.version": "LuaJIT",
|
|
"Lua.runtime.special": {
|
|
"love.filesystem.load": "loadfile"
|
|
},
|
|
"Lua.workspace.checkThirdParty": false,
|
|
"Lua.diagnostics.disable": [
|
|
"undefined-field"
|
|
]
|
|
} |