luarc: use nested config form so diagnostics settings apply

This commit is contained in:
Brues
2026-09-02 10:31:03 -05:00
parent 0fc08e77c0
commit 1dc10964a2
+7 -3
View File
@@ -1,7 +1,10 @@
{ {
"runtime.version": "Lua 5.1", "runtime": {
"diagnostics.disable": ["deprecated"], "version": "Lua 5.1"
"diagnostics.globals": [ },
"diagnostics": {
"disable": ["deprecated"],
"globals": [
"this", "this",
"event", "event",
"arg", "arg",
@@ -15,4 +18,5 @@
"arg8", "arg8",
"arg9" "arg9"
] ]
}
} }