luabi/.luarc.json
2025-06-06 05:29:52 +10:00

6 lines
174 B
JSON

{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime.version": "LuaJIT",
"diagnostics.disable": ["redefined-local"]
}