We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590a640 commit c3f1cd8Copy full SHA for c3f1cd8
src/variables.ts
@@ -5480,7 +5480,7 @@ export class PgVariablesViewProvider implements vscode.TreeDataProvider<Variable
5480
}
5481
5482
if (config.nodetags?.length) {
5483
- logger.debug('adding %i custom NodeTags');
+ logger.debug('adding %i custom NodeTags', config.nodetags?.length);
5484
try {
5485
for (const tag of config.nodetags) {
5486
nodeVars.nodeTags.add(tag);
0 commit comments