fix applauncher for duoscreen
This commit is contained in:
18
.vscode/settings.json
vendored
Normal file
18
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Lua.diagnostics.disable": [
|
||||
"undefined-field",
|
||||
"undefined-doc-name",
|
||||
"deprecated"
|
||||
],
|
||||
"Lua.diagnostics.globals": [
|
||||
"awesome",
|
||||
"mouse",
|
||||
"mousegrabber",
|
||||
"client",
|
||||
"screen",
|
||||
"selection",
|
||||
"tag",
|
||||
"root",
|
||||
"vim"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user