heroes-of-nerevelon/.luarc.json
Neckrat 47647a5c8a initial commit
Co-authored-by: Ivan Yuriev <ivanyr44@gmail.com>
2025-07-31 01:54:03 +03:00

9 lines
241 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"
}
}