From 4ae25794a81c12af99fe9ca6c33edcd298f661eb Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sun, 25 Jun 2023 16:14:01 +0200 Subject: [PATCH] Add a config file for the Lua LSP (#10611) --- .luarc.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 000000000..afc2554cc --- /dev/null +++ b/.luarc.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", + "runtime.version": "LuaJIT", +} +