Delete .luarc.json
This commit is contained in:
28
.luarc.json
28
.luarc.json
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"runtime": {
|
||||
"version": "LuaJIT",
|
||||
"path": [
|
||||
"?.lua",
|
||||
"?/init.lua",
|
||||
"MPV/portable_config/scripts/uosc/scripts/uosc/?.lua",
|
||||
"MPV/portable_config/scripts/uosc/scripts/uosc/?/init.lua",
|
||||
"MPV/LUA/?.lua",
|
||||
"MPV/LUA/?/init.lua"
|
||||
]
|
||||
},
|
||||
"workspace": {
|
||||
"library": [
|
||||
"MPV/portable_config/scripts/uosc/scripts/uosc",
|
||||
"MPV/portable_config/scripts/uosc/scripts/uosc/lib",
|
||||
"MPV/LUA"
|
||||
],
|
||||
"checkThirdParty": false
|
||||
},
|
||||
"diagnostics": {
|
||||
"disable": [
|
||||
"undefined-global",
|
||||
"undefined-field",
|
||||
"need-check-nil"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user