From e1f5370ce636267576050087ab15eba2d50b1334 Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Fri, 5 May 2023 19:06:46 +0100 Subject: [PATCH] chore(luarc): add luarc Add luarc, This is entirely to fix a dumb issue where lua-ls seems to detect 3rd party libs that doesn't exits properly --- .luarc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..23b9ee2 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,3 @@ +{ + "workspace.checkThirdParty": false +} \ No newline at end of file