11 lines
228 B
JSON
11 lines
228 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"runtime.version": "Lua 5.4",
|
|
"workspace.library": [
|
|
"/usr/share/hypr/stubs"
|
|
],
|
|
"diagnostics.globals": [
|
|
"hl"
|
|
]
|
|
}
|