diff --git a/.bauke/.vscode/settings.json b/.bauke/.vscode/settings.json index 1e48582..12d68a7 100644 --- a/.bauke/.vscode/settings.json +++ b/.bauke/.vscode/settings.json @@ -3,5 +3,14 @@ "git.untrackedChanges": "hidden", "[typescript]": { "editor.defaultFormatter": "denoland.vscode-deno" - } + }, + "Lua.diagnostics.disable": [ + // The custom functions for Conky must be global and start with lowercase + // "conky", so this warning has to be disabled. + "lowercase-global" + ], + "Lua.diagnostics.globals": [ + "conky", + "conky_parse" + ] }