You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We added a new setting window.density.editorTabHeight: 'default' | 'compact'. This setting allows the user to reduce the height of editor tabs. It also affects the title bar when tabs are hidden (workbench.editor.showTabs: false).
Set window.density.editorTabHeight: 'compact', does the height of the title bar shrink? It should! Now toggle the workbench.editor.showTabs setting. Is it still small? It should be!
Set workbench.editor.showTabs: true
Set workbench.editor.wrapTabs: true and open many tabs until they wrap. The height of an individual tab should still be the same.
Open a file that contains a line which has more characters then can fit in your window, causing a scrollbar to appear at the bottom of the editor. Check that the scrollbar is placed at the right height. (Placed on the bottom of the editor as in the image bellow)
The text was updated successfully, but these errors were encountered:
This works well! Unrelated to this test plan item, I was testing this feature workbench.editor.wrapTabs and I noticed how the tab width all of a sudden changes on resize of the window. I am wondering if we want this behavior, because it looks a bit off to me. I think this is happening because we are wrapping the tabs (the other tab jumps to the bottom) but do we need the tab before to be so wide? I'll open an issue concerning this, perhaps it'll get upvotes.
Refs: #42253
Complexity: 1
Create Issue
We added a new setting
window.density.editorTabHeight: 'default' | 'compact'
. This setting allows the user to reduce the height of editor tabs. It also affects the title bar when tabs are hidden (workbench.editor.showTabs: false
).window.density.editorTabHeight: 'compact'
, does the height of the title bar shrink? It should! Now toggle theworkbench.editor.showTabs
setting. Is it still small? It should be!workbench.editor.showTabs: true
workbench.editor.wrapTabs: true
and open many tabs until they wrap. The height of an individual tab should still be the same.The text was updated successfully, but these errors were encountered: