awesomewm/.vscode/settings.json

29 lines
357 B
JSON

{
"Lua.diagnostics.globals": [
// Globals defined by awesome
"root",
"awesome",
"client",
"screen",
"mouse",
"window",
// Globals defined in rc.lua
// Awesome modules
"gears",
"awful",
"naughty",
"beautiful",
"menubar",
"wibox",
// Misc
"conf_dir",
"req_rel",
"debug_message",
"config",
"core",
"modules"
]
}