feat: add .luarc.json (#24592)

This commit is contained in:
Lewis Russell
2023-08-07 16:27:53 +01:00
committed by GitHub
parent 832459219b
commit c0beb8173f
5 changed files with 32 additions and 38 deletions

View File

@ -1,31 +0,0 @@
{
"runtime.version": "LuaJIT",
"diagnostics": {
"enable": true,
"globals": [
"vim",
"describe",
"pending",
"it",
"before_each",
"after_each",
"setup",
"teardown",
"finally",
"lfs"
],
"disable": [
"luadoc-miss-see-name"
]
},
"workspace": {
"library": [
"runtime/lua",
"${3rd}/lfs/library"
],
"checkThirdParty": false,
"maxPreload": 2000,
"preloadFileSize": 1000
},
"telemetry.enable": false
}