From ce0c5f4a5857c1f1c2becf324c5c7a7fbfcb6fe8 Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Thu, 10 Sep 2026 19:32:24 +0200 Subject: [PATCH] updated luarc.json --- .luarc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.luarc.json b/.luarc.json index 60edfc3..3c27934 100644 --- a/.luarc.json +++ b/.luarc.json @@ -4,7 +4,10 @@ "version": "Lua 5.1" }, "workspace": { - "checkThirdParty": false + "checkThirdParty": false, + "library": [ + ".vscode/lua-addons" + ] }, "diagnostics": { "enable": true,