提交 6cacaef5 编写于 作者: C Christof Marti

Open Welcome page as a preview editor (fixes #32416)

上级 be9d8772
...@@ -255,7 +255,7 @@ class WelcomePage { ...@@ -255,7 +255,7 @@ class WelcomePage {
} }
public openEditor() { public openEditor() {
return this.editorService.openEditor(this.editorInput, { pinned: true }, Position.ONE); return this.editorService.openEditor(this.editorInput, { pinned: false }, Position.ONE);
} }
private onReady(container: HTMLElement, recentlyOpened: TPromise<{ files: string[]; workspaces: (IWorkspaceIdentifier | ISingleFolderWorkspaceIdentifier)[]; }>, installedExtensions: TPromise<IExtensionStatus[]>): void { private onReady(container: HTMLElement, recentlyOpened: TPromise<{ files: string[]; workspaces: (IWorkspaceIdentifier | ISingleFolderWorkspaceIdentifier)[]; }>, installedExtensions: TPromise<IExtensionStatus[]>): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册