提交 f3b11677 编写于 作者: M Matt Bierner

Don't also show popup when we open release notes

Fixes #45387
上级 f0be7824
......@@ -128,7 +128,7 @@ export class ProductContribution implements IWorkbenchContribution {
// was there an update? if so, open release notes
if (!environmentService.skipReleaseNotes && product.releaseNotesUrl && lastVersion && pkg.version !== lastVersion) {
showReleaseNotes(instantiationService, lastVersion)
.then(() => {
.then(undefined, () => {
notificationService.notify({
severity: severity.Info,
message: nls.localize('read the release notes', "Welcome to {0} v{1}! Would you like to read the Release Notes?", product.nameLong, pkg.version),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册