Disable undefined-global for lua lsp
This commit is contained in:
parent
a4de713457
commit
33d7b260c0
5
.luarc.json
Normal file
5
.luarc.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||
"Lua.diagnostics.disable": ["undefined-global"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user