diff --git a/src/client/providers/importSortProvider.ts b/src/client/providers/importSortProvider.ts index ac8c2b2d97d6..190df39fbfa4 100644 --- a/src/client/providers/importSortProvider.ts +++ b/src/client/providers/importSortProvider.ts @@ -114,7 +114,6 @@ export class SortImportsEditingProvider implements ISortImportsEditingProvider { const message = typeof error === 'string' ? error : (error.message ? error.message : error); const outputChannel = this.serviceContainer.get(IOutputChannel, STANDARD_OUTPUT_CHANNEL); outputChannel.appendLine(error); - outputChannel.show(); const logger = this.serviceContainer.get(ILogger); logger.logError(`Failed to format imports for '${uri.fsPath}'.`, error); this.shell.showErrorMessage(message).then(noop, noop);