Files
flutter_lua_runtime/example/.luarc.json
2026-06-07 22:53:58 +08:00

18 lines
526 B
JSON

{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime.version": "Lua 5.4",
"workspace.checkThirdParty": false,
"diagnostics.globals": ["runtime"],
"diagnostics.neededFileStatus": {
"undefined-field": "Any",
"inject-field": "Any",
"assign-type-mismatch": "Any",
"param-type-mismatch": "Any",
"return-type-mismatch": "Any",
"missing-fields": "Any",
"undefined-global": "Any"
},
"type.weakUnionCheck": true,
"type.weakNilCheck": true
}