From 123f4abac2dcffd14400b535e72ee5328b1b0353 Mon Sep 17 00:00:00 2001 From: koonix Date: Thu, 26 Sep 2024 01:37:08 +0330 Subject: [PATCH] update luarc --- .luarc.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.luarc.json b/.luarc.json index cb9d9d9..cf95cbb 100644 --- a/.luarc.json +++ b/.luarc.json @@ -1,6 +1,8 @@ { - "workspace.checkThirdParty": "Disable", - "diagnostics.globals": [ - "mp" - ] + "runtime": { + "version": "LuaJIT" + }, + "diagnostics.globals": [ + "mp" + ] }