diff --git a/src/vs/workbench/contrib/update/electron-browser/update.ts b/src/vs/workbench/contrib/update/electron-browser/update.ts index fccc71833b..229156cafc 100644 --- a/src/vs/workbench/contrib/update/electron-browser/update.ts +++ b/src/vs/workbench/contrib/update/electron-browser/update.ts @@ -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(); }