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:
WahPlus
2025-10-28 17:06:28 +02:00
parent 30b38ee0d9
commit 337f8af1df
+2 -1
View File
@@ -14,7 +14,8 @@
"diagnostics": { "diagnostics": {
"disable": [ "disable": [
"undefined-global", "undefined-global",
"lowercase-global" "lowercase-global",
"missing-fields"
], ],
"globals": [ "globals": [
"_G", "_G",