10 lines
242 B
JSON
10 lines
242 B
JSON
{
|
|
"Lua.workspace.library": [
|
|
"${addons}/love2d/module/library"
|
|
],
|
|
"Lua.runtime.version": "LuaJIT",
|
|
"Lua.runtime.special": {
|
|
"love.filesystem.load": "loadfile"
|
|
},
|
|
"Lua.workspace.checkThirdParty": false
|
|
} |