提交 8469aeed 编写于 作者: E Eric Amodio

Changes welcome to always be active

上级 19b24c42
......@@ -100,7 +100,7 @@ export class WelcomePageContribution implements IWorkbenchContribution {
});
} else {
const options: IEditorOptions = editorService.activeEditor
? { pinned: false, inactive: true, index: 0 }
? { pinned: false, index: 0 }
: { pinned: false };
return instantiationService.createInstance(WelcomePage).openEditor(options);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册