Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How can I reduce the fade-in delay for panel-resizing sashes in VS Code?

I find the screen divider bar (sash) hard to grab in VS Code. The vertical divider bar to resize VS Code split window is very hard to locate with the mouse, because the mouse pointer does not change to double arrow, and the fade is too slow. You have to pause on top of 3 or 4 pixels to get the blue line to show.

Is there a setting to reduce the fade in delay for the vertical bar (sash)?

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Put the following in your settings.json file:

"workbench.sash.hoverDelay": 0,

The setting’s description:

Controls the hover feedback delay in milliseconds of the dragging area in between views/editors.

See also the workbench.sash.size setting.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading