15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"workspace.library": ["lib"],
|
|
"runtime.version": "Lua 5.3",
|
|
"hint.enable": false,
|
|
"diagnostics": {
|
|
"globals": [
|
|
"awesome",
|
|
"client",
|
|
"screen",
|
|
"tag"
|
|
]
|
|
}
|
|
}
|