Made LuaLS ignore missing fields diagnostic.
LuaLS was complaining about the `package` table in `boot.lua` missing certain fields. However, this is irrelevant for Halyde.
This commit is contained in:
+2
-1
@@ -14,7 +14,8 @@
|
||||
"diagnostics": {
|
||||
"disable": [
|
||||
"undefined-global",
|
||||
"lowercase-global"
|
||||
"lowercase-global",
|
||||
"missing-fields"
|
||||
],
|
||||
"globals": [
|
||||
"_G",
|
||||
|
||||
Reference in New Issue
Block a user