Fixed sync issue with my forked master so this commit is correct (#2948)

This commit is contained in:
Todd Ortmann
2018-10-19 16:16:40 -07:00
committed by Karl Burtram
parent e002ad3b6a
commit 0824c779db

View File

@@ -298,7 +298,7 @@ ${this.description}
if (!changelogUrl) {
if (this.type === LocalExtensionType.System) {
return TPromise.as('Please check the [VS Code Release Notes](command:update.showCurrentReleaseNotes) for changes to the built-in extensions.');
return TPromise.as('Please check the [Azure Data Studio Release Notes](command:update.showCurrentReleaseNotes) for changes to the built-in extensions.');
}
return TPromise.wrapError<string>(new Error('not available'));