mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix wrong release notes being loaded (#5008)
This commit is contained in:
@@ -491,7 +491,8 @@ export class UpdateContribution implements IGlobalActivity {
|
|||||||
actions.push({
|
actions.push({
|
||||||
label: nls.localize('releaseNotes', "Release Notes"),
|
label: nls.localize('releaseNotes', "Release Notes"),
|
||||||
run: () => {
|
run: () => {
|
||||||
const action = this.instantiationService.createInstance(ShowReleaseNotesAction, update.productVersion);
|
// {{SQL CARBON EDIT}}
|
||||||
|
const action = this.instantiationService.createInstance(OpenLatestReleaseNotesInBrowserAction);
|
||||||
action.run();
|
action.run();
|
||||||
action.dispose();
|
action.dispose();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user