fix(luarc.json): ignore test directory to save memory

Cuts memory usage on startup from 600mb -> 200mb
This commit is contained in:
Lewis Russell 2023-08-23 12:29:30 +01:00 committed by Lewis Russell
parent 08fa71fd27
commit 32e69bd397

View File

@ -9,6 +9,9 @@
"${3rd}/busted/library",
"${3rd}/luv/library"
],
"ignoreDir": [
"test"
],
"checkThirdParty": false
},
"diagnostics": {