Files
evolved.lua/.luarc.json
2024-12-21 21:28:09 +07:00

28 lines
754 B
JSON

{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"completion": {
"autoRequire": false
},
"diagnostics": {
"groupSeverity": {
"ambiguity": "Warning",
"await": "Warning",
"codestyle": "Warning",
"conventions": "Warning",
"duplicate": "Warning",
"global": "Warning",
"luadoc": "Warning",
"redefined": "Warning",
"strict": "Warning",
"strong": "Warning",
"type-check": "Warning",
"unbalanced": "Warning",
"unused": "Warning"
}
},
"runtime": {
"version": "LuaJIT",
"pathStrict": true
}
}