We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72f961 commit 7ba2a95Copy full SHA for 7ba2a95
1 file changed
src/configManager.ts
@@ -50,7 +50,7 @@ export class ConfigManager {
50
51
// If duplicates were found, update the configuration to remove them.
52
if (uniqueArray.length !== repository.length) {
53
- this.logger.info(`Removing ${repository.length - uniqueArray.length} duplicate repository URL(s) from configuration`);
+ this.logger.debug(`Removing ${repository.length - uniqueArray.length} duplicate repository URL(s) from configuration`);
54
55
// Update the configuration to persist the deduplicated list.
56
vscode.workspace.getConfiguration('promptitude')
0 commit comments