mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix typos (#20695)
This commit is contained in:
@@ -116,7 +116,9 @@ function generateHandleServerProviderEvent() {
|
||||
}
|
||||
break;
|
||||
case Events.DOWNLOAD_END:
|
||||
outputChannel.appendLine(localize('downloadServiceDoneChannelMsg', "Done installing {0}", Constants.serviceName));
|
||||
// Start a new line to end the dots from the DOWNLOAD_PROGRESS event.
|
||||
outputChannel.appendLine('');
|
||||
outputChannel.appendLine(localize('downloadServiceDoneChannelMsg', "Downloaded {0}", Constants.serviceName));
|
||||
break;
|
||||
default:
|
||||
console.error(`Unknown event from Server Provider ${e}`);
|
||||
|
||||
Reference in New Issue
Block a user