Files
spearhead/.luarc.json
T
dutchie031 a351c45b73
PR Prerequisites / Lua Check (pull_request) Failing after 14s
PR Prerequisites / Bundles Without Errors (pull_request) Failing after 28s
wip
2026-09-09 22:04:15 +02:00

30 lines
507 B
JSON

{
"Lua": {
"runtime": {
"version": "Lua 5.1"
},
"workspace": {
"library": [
"./src",
"./DcsTypes.lua"
],
"checkThirdParty": false
},
"diagnostics": {
"enable": true,
"globals": [
"lfs"
],
"severity": {
"undefined-field": "Warning",
"unused-local": "Warning"
}
},
"hint": {
"enable": false
},
"completion": {
"enable": true
}
}
}