From ad1341b497f815325dd591083356644f1b69fcb1 Mon Sep 17 00:00:00 2001 From: carsakiller Date: Fri, 27 Oct 2023 20:42:07 -0400 Subject: refactor: replace lfs with LuaCATS submodule --- meta/3rd/lfs | 1 + meta/3rd/lfs/config.json | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) create mode 160000 meta/3rd/lfs delete mode 100644 meta/3rd/lfs/config.json (limited to 'meta/3rd/lfs/config.json') diff --git a/meta/3rd/lfs b/meta/3rd/lfs new file mode 160000 index 00000000..9b5cfc15 --- /dev/null +++ b/meta/3rd/lfs @@ -0,0 +1 @@ +Subproject commit 9b5cfc15be744c829c66519cb11e49669ae7e39b diff --git a/meta/3rd/lfs/config.json b/meta/3rd/lfs/config.json deleted file mode 100644 index b7400123..00000000 --- a/meta/3rd/lfs/config.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name" : "luafilesystem", - "words" : [ "require[%s%(\"']+lfs[%)\"']" ], - "settings" : { - "Lua.diagnostics.globals" : [ - "lfs" - ] - } -} -- cgit v1.2.3