updated luarc.json
PR Prerequisites / Bundles Without Errors (pull_request) Failing after 4s
PR Prerequisites / Lua Check (pull_request) Failing after 16s

This commit is contained in:
2026-09-10 19:32:24 +02:00
parent ba5c459eb5
commit ce0c5f4a58
+4 -1
View File
@@ -4,7 +4,10 @@
"version": "Lua 5.1"
},
"workspace": {
"checkThirdParty": false
"checkThirdParty": false,
"library": [
".vscode/lua-addons"
]
},
"diagnostics": {
"enable": true,