diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..8f4a02f --- /dev/null +++ b/.luarc.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", + "Lua.diagnostics.disable": ["undefined-global"] +} +