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