fix(ci): proper luarc runtime
This commit is contained in:
parent
203afe2801
commit
c91294f4bd
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"runtime.version": "LuaJIT",
|
"runtime.version": "Lua 5.1",
|
||||||
"runtime.path": [
|
"runtime.path": [
|
||||||
"lua/?.lua",
|
"lua/?.lua",
|
||||||
"lua/?/init.lua"
|
"lua/?/init.lua"
|
||||||
|
|
@ -13,4 +13,4 @@
|
||||||
],
|
],
|
||||||
"workspace.checkThirdParty": false,
|
"workspace.checkThirdParty": false,
|
||||||
"completion.callSnippet": "Replace"
|
"completion.callSnippet": "Replace"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue