1
0
dodge-bolt/.luarc.json
2022-08-21 22:56:16 +00:00

18 lines
467 B
JSON

{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.diagnostics.disable": [
"param-type-mismatch",
"cast-local-type"
],
"Lua.diagnostics.globals": [
"pprint"
],
"Lua.runtime.version": "LuaJIT",
"Lua.workspace.checkThirdParty": false,
"Lua.workspace.library": [
"${3rd}/love2d/library"
],
"Lua.workspace.userThirdParty": [
"love2d"
]
}