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",
|
||||
"diagnostics.disable": ["deprecated"],
|
||||
"diagnostics.globals": [
|
||||
"runtime": {
|
||||
"version": "Lua 5.1"
|
||||
},
|
||||
"diagnostics": {
|
||||
"disable": ["deprecated"],
|
||||
"globals": [
|
||||
"this",
|
||||
"event",
|
||||
"arg",
|
||||
@@ -15,4 +18,5 @@
|
||||
"arg8",
|
||||
"arg9"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user