mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-21 23:26:56 +00:00
luarc: use nested config form so diagnostics settings apply
This commit is contained in:
+20
-16
@@ -1,18 +1,22 @@
|
|||||||
{
|
{
|
||||||
"runtime.version": "Lua 5.1",
|
"runtime": {
|
||||||
"diagnostics.disable": ["deprecated"],
|
"version": "Lua 5.1"
|
||||||
"diagnostics.globals": [
|
},
|
||||||
"this",
|
"diagnostics": {
|
||||||
"event",
|
"disable": ["deprecated"],
|
||||||
"arg",
|
"globals": [
|
||||||
"arg1",
|
"this",
|
||||||
"arg2",
|
"event",
|
||||||
"arg3",
|
"arg",
|
||||||
"arg4",
|
"arg1",
|
||||||
"arg5",
|
"arg2",
|
||||||
"arg6",
|
"arg3",
|
||||||
"arg7",
|
"arg4",
|
||||||
"arg8",
|
"arg5",
|
||||||
"arg9"
|
"arg6",
|
||||||
]
|
"arg7",
|
||||||
|
"arg8",
|
||||||
|
"arg9"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user