heroes-of-nerevelon/.luarc.json
Neckrat 043c38285e trying to tile generator
Co-authored-by: Ivan Yuriev <ivanyr44@gmail.com>
2025-08-12 02:19:23 +03:00

10 lines
281 B
JSON

{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime.version": "LuaJIT",
"workspace.library": ["../love2d-luacats"],
"runtime.special": {
"love.filesystem.load": "loadfile"
},
"workspace.ignoreDir": ["dev_utils"]
}