diff --git a/.luarc.json b/.luarc.json index 23b9ee2..3185c5e 100644 --- a/.luarc.json +++ b/.luarc.json @@ -1,3 +1,5 @@ { - "workspace.checkThirdParty": false -} \ No newline at end of file + "runtime.version": "5.4", + "workspace.checkThirdParty": false, + "hint.enable": true +}