mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Show correct release notes for command (#5108)
This commit is contained in:
@@ -73,11 +73,14 @@ export abstract class AbstractShowReleaseNotesAction extends Action {
|
|||||||
|
|
||||||
this.enabled = false;
|
this.enabled = false;
|
||||||
|
|
||||||
return showReleaseNotes(this.instantiationService, this.version)
|
// {{SQL CARBON EDIT}}
|
||||||
.then(undefined, () => {
|
// return showReleaseNotes(this.instantiationService, this.version)
|
||||||
const action = this.instantiationService.createInstance(OpenLatestReleaseNotesInBrowserAction);
|
// .then(undefined, () => {
|
||||||
return action.run().then(() => false);
|
// const action = this.instantiationService.createInstance(OpenLatestReleaseNotesInBrowserAction);
|
||||||
});
|
// return action.run().then(() => false);
|
||||||
|
// });
|
||||||
|
const action = this.instantiationService.createInstance(OpenLatestReleaseNotesInBrowserAction);
|
||||||
|
return action.run().then(() => true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user