How can I show breadcrumbs in unfocused tabs when workbench.editor.showTabs is disabled?

Viewed 52

In VSCode I've disabled workbench.editor.showTabs, so tabs are hidden. But one catch is that when I focus a different tab, the breadcrumbs disappear.

Is there a way to configure VSCode so that breadcrumbs are always visible?

focused tab shows breadcrumbs

unfocused tab not showing breadcrumbs

0 Answers
Related