Disable lowercase global lua warning
This commit is contained in:
parent
fae1c6e162
commit
9f76dff977
@ -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"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user