We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce48cb commit 427c62fCopy full SHA for 427c62f
src/service-override/editor.ts
@@ -63,7 +63,7 @@ class SimpleEditorService extends Disposable implements IEditorService {
63
activeTextEditorLanguageId: string | undefined
64
visibleEditorPanes: IVisibleEditorPane[] = []
65
visibleEditors: EditorInput[] = []
66
- visibleTextEditorControls: Array<ICodeEditor | IDiffEditor> = []
+ visibleTextEditorControls: Array<IEditor | IDiffEditor> = []
67
editors: EditorInput[] = []
68
count: number = 0
69
getEditors: (order: EditorsOrder, options?: { excludeSticky?: boolean }) => readonly IEditorIdentifier[] = () => []
0 commit comments