mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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({
|
||||
label: nls.localize('releaseNotes', "Release Notes"),
|
||||
run: () => {
|
||||
const action = this.instantiationService.createInstance(ShowReleaseNotesAction, update.productVersion);
|
||||
// {{SQL CARBON EDIT}}
|
||||
const action = this.instantiationService.createInstance(OpenLatestReleaseNotesInBrowserAction);
|
||||
action.run();
|
||||
action.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user