mirror of https://gitea.it/1414codeforge/gear
[.luarc] Add lua-language-server config file.
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…
Reference in New Issue