For efficient debugging, I very often need to have a break-point trigger only under certain circumstances. The workaround is clearly clumsy, esp. as it means injecting code into ones codebase, which ...
it would be really nice if the config could be stored in .vscode/settings.json in a repository. Currently this works for connections but pgsql.serverGroups still needs to be in the user settings.json.