Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code: Expand the horizontal bar for scrolling tabs

I would like to know if there is a way in Visual Studio Code to enlarge the tabs scrollbar that I find too small.

Picture :

Horizontal bar for scrolling tabs

like image 643
Thx Xth Avatar asked Jan 23 '26 07:01

Thx Xth


2 Answers

This is being fixed in v1.44 - due out early March 2020. See https://github.com/microsoft/vscode/pull/92720 (Allow users to make the scrollbars in the title area larger #92720). And https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_44.md#new-setting-to-control-height-of-tabs-scrollbar

large tab scroll bar

workbench.editor.titleScrollbarSizing: default | large

You'll be able to set it to large.

like image 163
Mark Avatar answered Jan 26 '26 03:01

Mark


Another method: in VSCODE's settings, it's filed under Workbench › Editor: Title Scrollbar Sizing. You can set it to 'large' instead of default. Picture attached. see here

like image 21
Jess Brand Avatar answered Jan 26 '26 02:01

Jess Brand