Skip to content

Commit 427c62f

Browse files
author
Loïc Mangeonjean
committed
fix: use same type as parent
1 parent 3ce48cb commit 427c62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service-override/editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class SimpleEditorService extends Disposable implements IEditorService {
6363
activeTextEditorLanguageId: string | undefined
6464
visibleEditorPanes: IVisibleEditorPane[] = []
6565
visibleEditors: EditorInput[] = []
66-
visibleTextEditorControls: Array<ICodeEditor | IDiffEditor> = []
66+
visibleTextEditorControls: Array<IEditor | IDiffEditor> = []
6767
editors: EditorInput[] = []
6868
count: number = 0
6969
getEditors: (order: EditorsOrder, options?: { excludeSticky?: boolean }) => readonly IEditorIdentifier[] = () => []

0 commit comments

Comments
 (0)