From 05bc1580413120d84f416c402a25738a3d625eb5 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Sat, 9 Nov 2024 09:58:35 +0700 Subject: [PATCH] initial commit --- .luarc.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .luarc.json 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 + } +}