Add a config file for the Lua LSP (#10611)

This commit is contained in:
NiLuJe
2023-06-25 16:14:01 +02:00
committed by GitHub
parent 55869b82cb
commit 4ae25794a8

5
.luarc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"runtime.version": "LuaJIT",
}