Merge branch 'master' into feature/nativeNotebook

This commit is contained in:
AbbiePetcht
2018-10-23 10:23:10 -07:00
54 changed files with 913 additions and 644 deletions

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'));