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:
+7
-3
@@ -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"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user