Disable lowercase global lua warning

This commit is contained in:
lumi 2025-06-23 09:27:40 +10:00
parent fae1c6e162
commit 9f76dff977
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime.version": "LuaJIT",
"diagnostics.disable": ["redefined-local"]
"diagnostics.disable": ["redefined-local", "lowercase-global"]
}