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:
Charles Gagnon
2020-03-04 15:24:46 -08:00
committed by GitHub
parent 299568a506
commit 9f62e2bf22
9 changed files with 191 additions and 750 deletions

View File

@@ -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;
}
};