Skip to content

Commit 4d71eba

Browse files
committed
1 parent d712aeb commit 4d71eba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/vs/workbench/contrib/files/browser/views/openEditorsView.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,8 @@ class OpenEditorRenderer implements IListRenderer<OpenEditor, IOpenEditorTemplat
581581
italic: editor.isPreview(),
582582
extraClasses: ['open-editor'],
583583
fileDecorations: this.configurationService.getValue<IFilesConfiguration>().explorer.decorations,
584-
descriptionVerbosity: Verbosity.MEDIUM
584+
descriptionVerbosity: Verbosity.MEDIUM,
585+
title: editor.editor.getTitle(Verbosity.LONG)
585586
});
586587
}
587588

0 commit comments

Comments
 (0)