Skip to content

Commit 700b204

Browse files
committed
removed unused command
1 parent 5b7ec86 commit 700b204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/update/browser/releaseNotesEditor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export class ReleaseNotesManager {
246246
// handled in receive message
247247
} else {
248248
this.addGAParameters(uri, 'ReleaseNotes')
249-
.then(updated => this._openerService.open(updated, { allowCommands: ['workbench.action.openSettings', 'summarize.release.notes'] }))
249+
.then(updated => this._openerService.open(updated, { allowCommands: ['workbench.action.openSettings'] }))
250250
.then(undefined, onUnexpectedError);
251251
}
252252
}

0 commit comments

Comments
 (0)