mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
move supportsSplitEditor to editor input and let it return true by default
This commit is contained in:
@@ -153,6 +153,10 @@ export class DiffEditorInput extends BaseDiffEditorInput {
|
||||
});
|
||||
}
|
||||
|
||||
public supportsSplitEditor(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
public matches(otherInput: any): boolean {
|
||||
if (super.matches(otherInput) === true) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user