提交 80e64972 编写于 作者: B Benjamin Pasero

fix #52491

上级 26b1f144
......@@ -625,10 +625,6 @@ export class SideBySideEditorInput extends EditorInput {
return this.description;
}
public supportsSplitEditor(): boolean {
return false;
}
public matches(otherInput: any): boolean {
if (super.matches(otherInput) === true) {
return true;
......
......@@ -23,10 +23,6 @@ export class PreferencesEditorInput extends SideBySideEditorInput {
return PreferencesEditorInput.ID;
}
public supportsSplitEditor(): boolean {
return true;
}
public getTitle(verbosity: Verbosity): string {
return this.master.getTitle(verbosity);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册