提交 222dfa15 编写于 作者: B Benjamin Pasero

fix #96459

上级 30bba102
......@@ -136,7 +136,7 @@ export class ProductContribution implements IWorkbenchContribution {
// was there an update? if so, open release notes
const releaseNotesUrl = productService.releaseNotesUrl;
if (shouldShowReleaseNotes && releaseNotesUrl && lastVersion && productService.version !== lastVersion) {
if (shouldShowReleaseNotes && !environmentService.skipReleaseNotes && releaseNotesUrl && lastVersion && productService.version !== lastVersion) {
showReleaseNotes(instantiationService, productService.version)
.then(undefined, () => {
notificationService.prompt(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册