[.luarc] Add lua-language-server config file.

This commit is contained in:
Lorenzo Cogotti 2023-11-21 12:08:10 +01:00
parent 940846e420
commit 2b7c1dd829
1 changed files with 6 additions and 0 deletions

6
.luarc.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"workspace.checkThirdParty": false,
"runtime.version": "LuaJIT",
"diagnostics.globals": [ "love" ]
}