提交 8eaec303 编写于 作者: M Matt Bierner

Revert "Make sure we dispose of any custom editor inputs when replacing them"

This reverts commit c057a4b9.
上级 c057a4b9
......@@ -179,12 +179,6 @@ export class CustomEditorService implements ICustomEditorService {
replacement: input,
options: options ? EditorOptions.create(options) : undefined,
}], group);
for (const editor of existingEditors) {
if (editor instanceof CustomFileEditorInput) {
editor.dispose();
}
}
}
}
return this.editorService.openEditor(input, options, group);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册