mirror of
https://codeberg.org/1414codeforge/gear.git
synced 2024-12-22 07:34:07 +01:00
[.luarc] Add lua-language-server config file.
This commit is contained in:
parent
940846e420
commit
2b7c1dd829
6
.luarc.json
Normal file
6
.luarc.json
Normal 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" ]
|
||||
}
|
Loading…
Reference in New Issue
Block a user