mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 09:35:38 -05:00
Bump Service Downloader (#9254)
* bump service-downloader * handle new event * Add output logging for servicedownloading events (#9277) * bump service-downloader to 0.2.0 * bump service-downloader 0.2.1 * Retry github checks Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
@@ -131,8 +131,8 @@ function generateHandleServerProviderEvent() {
|
||||
case Events.DOWNLOAD_END:
|
||||
outputChannel.appendLine(localize('downloadServiceDoneChannelMsg', "Done installing {0}", Constants.serviceName));
|
||||
break;
|
||||
default:
|
||||
console.error(`Unknown event from Server Provider ${e}`);
|
||||
case Events.ENTRY_EXTRACTED:
|
||||
outputChannel.appendLine(localize('entryExtractedChannelMsg', "Extracted {0} ({1}/{2})", args[0], args[1], args[2]));
|
||||
break;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user