mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
9 lines
278 B
JSON
9 lines
278 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"runtime.version": "Lua 5.5",
|
|
"runtime.special": {
|
|
"fail": "error"
|
|
},
|
|
"workspace.library": ["~/.config/yazi/plugins/types.yazi/"],
|
|
"diagnostics.disable": ["redefined-local"]
|
|
}
|