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,