love2d-template/.luarc.json
2023-07-17 16:30:30 +03:00

11 lines
313 B
JSON

{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.runtime.version": "LuaJIT",
"Lua.workspace.checkThirdParty": false,
"Lua.workspace.library": [
"${3rd}/love2d/library"
],
"Lua.workspace.userThirdParty": [
"love2d"
]
}