microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.14k stars 28.53k forks source link

Breadcrumbs still shown with "zenMode.showTabs": "none" #216822

Open brussee opened 2 months ago

brussee commented 2 months ago

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce:

  1. Open any file in the editor
  2. Toggle Zen-mode on
brussee commented 2 months ago

Related: https://github.com/microsoft/vscode/pull/195222

jrieken commented 2 months ago

Sorry @isidorn but I don't know who own zen mode

isidorn commented 2 months ago

I see zen-mode issues assigned to SteVen so will go ahead and assign to him. SteVen feel free to assign back to me.

benibenj commented 1 day ago

zenMode.showTabs does not influence if breadcrumbs are shown, similar to workbench.editor.showTabs. You can hide breadcrumbs with the breadcrumbs.enabled setting. Is a zen mode zenMode.breadcrumbsEnabled setting really needed here?