mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge branch 'master' into feature/nativeNotebook
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user