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

master
Lorenzo Cogotti 5 months ago
parent 940846e420
commit 2b7c1dd829

@ -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" ]
}
Loading…
Cancel
Save