14

Here's my current tab list, for reference:

enter image description here

I don't need to see index.js on any of these files, I need the parent folder name directly next to index.js, that's the useful information in the tab.

Is there a setting or extension which shoves index.js to the end of the tab, giving me useful tabs back?

I suppose in the mean time, I can use the open editors section of the navigator instead.

Gama11
  • 31,714
  • 9
  • 78
  • 100
M. Herold
  • 684
  • 1
  • 7
  • 18
  • Possible duplicate of [Showing path in file-tabs in Visual Studio Code](https://stackoverflow.com/questions/39598007/showing-path-in-file-tabs-in-visual-studio-code) – frederj Apr 18 '19 at 03:27
  • not implemented for now ... https://github.com/microsoft/vscode/issues/41909 – milahu Jan 31 '22 at 16:24

1 Answers1

19

You can use the "workbench.editor.labelFormat" option for this. I've set it to "short", now each file is followed by its directory.

kragovip
  • 426
  • 5
  • 11