commit 05bc1580413120d84f416c402a25738a3d625eb5 Author: BlackMATov Date: Sat Nov 9 09:58:35 2024 +0700 initial commit diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..526cb5d --- /dev/null +++ b/.luarc.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", + "runtime": { + "version": "LuaJIT", + "pathStrict": true + } +}