mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 11:08:31 -05:00
Fixed sync issue with my forked master so this commit is correct (#2948)
This commit is contained in:
committed by
Karl Burtram
parent
e002ad3b6a
commit
0824c779db
@@ -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