-
Notifications
You must be signed in to change notification settings - Fork 29.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to hide editor title section entirely (tabs, breadcrumbs) (#33607) #195222
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🆒
Besides my inline feedback, can you do a fulltext search over showTabs
, there are still a few cases that treat the setting as boolean
, specifically:
ToggleTabsVisibilityAction
- settings description (
This value is ignored when
#workbench.editor.showTabs#is disabled
) - some context key expressions (
ContextKeyExpr.has('config.workbench.editor.showTabs')
)
What about the toggle tab visibility? I think we should turn it into two commands which we can show on the tabs container. |
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Allow to hide editor title section entirely (tabs, breadcrumbs) (microsoft#33607)
Allow to hide editor title section entirely (tabs, breadcrumbs) #33607
Changing showTabs from boolean to enum: