We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05dea06 commit fcd033cCopy full SHA for fcd033c
1 file changed
src/configManager.ts
@@ -60,7 +60,7 @@ export class ConfigManager {
60
`Removed ${repository.length - uniqueArray.length} duplicate repository URL(s) from configuration.`
61
);
62
}, (error) => {
63
-+ this.logger.error('Failed to update repositories configuration', error instanceof Error ? error : undefined);
+ this.logger.error('Failed to update repositories configuration', error instanceof Error ? error : undefined);
64
vscode.window.showWarningMessage(
65
`Found ${repository.length - uniqueArray.length} duplicate repository URL(s) but failed to update configuration. Please remove duplicates manually.`
66
0 commit comments