From 337f8af1df9c9d01374cf82476f0dda7fefd8d7f Mon Sep 17 00:00:00 2001 From: WahPlus Date: Tue, 28 Oct 2025 17:06:28 +0200 Subject: [PATCH] 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. --- .luarc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.luarc.json b/.luarc.json index f472490..4dfa398 100644 --- a/.luarc.json +++ b/.luarc.json @@ -14,7 +14,8 @@ "diagnostics": { "disable": [ "undefined-global", - "lowercase-global" + "lowercase-global", + "missing-fields" ], "globals": [ "_G",