提交 8777d694 编写于 作者: M Matt Bierner

Fix release notes build error

上级 8616dbae
......@@ -76,12 +76,12 @@ export class ReleaseNotesManager {
if (this._currentReleaseNotes) {
this._currentReleaseNotes.setName(title);
this._currentReleaseNotes.html = html;
this._webviewEditorService.revealWebview(this._currentReleaseNotes, activeEditor ? activeEditor.position : undefined);
this._webviewEditorService.revealWebview(this._currentReleaseNotes, activeEditor ? activeEditor.position : undefined, false);
} else {
this._currentReleaseNotes = this._webviewEditorService.createWebview(
'releaseNotes',
title,
activeEditor ? activeEditor.position : Position.ONE,
{ viewColumn: activeEditor ? activeEditor.position : Position.ONE, preserveFocus: false },
{ tryRestoreScrollPosition: true, enableFindWidget: true },
undefined, {
onDidClickLink: uri => this.onDidClickLink(uri),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册