Initial commit
This commit is contained in:
13
.luarc.json
Normal file
13
.luarc.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
||||
"runtime.version": "LuaJIT",
|
||||
"runtime.path": [
|
||||
"./?/init.lua",
|
||||
"./?.lua",
|
||||
|
||||
"lua_modules/share/lua/5.1/?.lua",
|
||||
"lua_modules/share/lua/5.1/?/init.lua"
|
||||
],
|
||||
"workspace.library": ["lua_modules/share/lua/5.1"],
|
||||
"workspace.checkThirdParty": false
|
||||
}
|
||||
Reference in New Issue
Block a user