-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Test: pinned tabs #98019
Labels
Milestone
Comments
This was referenced May 19, 2020
Closed
I noticed that the pinned tabs (without file icons enabled) do show the first letter of the file name - but it is always capitalized. I think it would help to distinguish pinned tabs if the first letter of the filename follows the case of the actual file. |
This was referenced Jun 2, 2020
Damnnn @jrieken leave some issues for the rest of us 🔥 |
hehe, waiting for dentist... |
This was referenced Jun 2, 2020
Cool stuff! 👏 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Refs: #12622
Complexity: 4
Authors: @bpasero
Create Issue
Pinned tabs work when tabs are enabled through the following interactions:
Verify
CtrlCmd+W
) and are exempted from mass close actions (like "Close Others")workbench.editor.limit.enabled
will never close a pinned tab when the limit is reachedworkbench.editor.tabSizing
set toshrink
andfit
workbench.editor.tabCloseButton
set toleft
,right
oroff
(note that pinned tabs never show any close button)workbench.editor.highlightModifiedTabs
enabled to show a dirty indication for dirty pinned tabsworkbench.editor.openPositioning
set toleft
,right
,first
orlast
does never mix pinned editors with non-pinnedThe text was updated successfully, but these errors were encountered: