awesomewm/.vscode/settings.json

28 lines
345 B
JSON
Raw Normal View History

{
2022-07-16 14:11:15 -07:00
"Lua.diagnostics.globals": [
2022-07-16 17:41:00 -07:00
// Globals defined by awesome
2022-07-16 14:11:15 -07:00
"root",
"awesome",
"client",
"screen",
"mouse",
2022-07-16 17:41:00 -07:00
// Globals defined in rc.lua
// Awesome modules
"gears",
"awful",
"naughty",
"beautiful",
"menubar",
"wibox",
// Misc
"conf_dir",
"req_rel",
"debug_message",
"config",
2022-07-16 17:41:00 -07:00
"core",
"modules"
2022-07-16 14:11:15 -07:00
]
}