aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/luarc.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/contrib/luarc.json b/contrib/luarc.json
index 8d76d1261d..68d1d5800a 100644
--- a/contrib/luarc.json
+++ b/contrib/luarc.json
@@ -10,13 +10,16 @@
"before_each",
"after_each",
"setup",
- "teardown"
+ "teardown",
+ "lfs"
]
},
"workspace": {
- "library": {
- "runtime/lua": true
- },
+ "library": [
+ "runtime/lua",
+ "${3rd}/lfs/library"
+ ],
+ "checkThirdParty": false,
"maxPreload": 2000,
"preloadFileSize": 1000
},