提交 3a5847f1 编写于 作者: S Sandeep Somavarapu

Fix #17431

上级 209fcbd5
......@@ -244,7 +244,7 @@ export class PreferencesService extends Disposable implements IPreferencesServic
return this.createIfNotExists(editableResource, defaultEditableContents).then(() => {
return this.editorService.createInput({ resource: editableResource }).then(typedRightHandEditableInput => {
const sideBySideInput = new SideBySideEditorInput(typedRightHandEditableInput.getName(), typedRightHandEditableInput.getDescription(), leftHandDefaultInput, <EditorInput>typedRightHandEditableInput);
this.editorService.openEditor(sideBySideInput);
this.editorService.openEditor(sideBySideInput, { pinned: true });
return;
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册