fix(ci): proper luarc runtime

This commit is contained in:
Barrett Ruth 2025-09-18 19:44:38 -04:00
parent 203afe2801
commit c91294f4bd

View file

@ -1,5 +1,5 @@
{
"runtime.version": "LuaJIT",
"runtime.version": "Lua 5.1",
"runtime.path": [
"lua/?.lua",
"lua/?/init.lua"
@ -13,4 +13,4 @@
],
"workspace.checkThirdParty": false,
"completion.callSnippet": "Replace"
}
}