From 6d62cb18a6f17bbee6a343fc6addc34e293804a2 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Sat, 4 Feb 2023 12:20:57 +0200 Subject: [PATCH] chore(lua-lsp): add some globals --- .luarc.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..7982cb4 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", + "Lua.diagnostics.globals": ["describe", "it"] +}