Disable undefined-global for lua lsp

This commit is contained in:
Oliver Hartmann 2021-12-19 22:51:26 +01:00
parent a4de713457
commit 33d7b260c0

5
.luarc.json Normal file
View File

@ -0,0 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.diagnostics.disable": ["undefined-global"]
}