diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..8963afe --- /dev/null +++ b/.luarc.json @@ -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" ] +}