skip to Main Content

Reproducibility:

Change into centered layout: View > Appearance > Centered Layout

See the handles on the side. You can resize the viewpoint with them.

In my case, they are invisible, you get the drift:

enter image description here

How can I increase the thickness of them, so I can grab them easier?

They can be finicky by default, since the area to grab them, is insanely small.

2

Answers


  1. If it’s not by using the workbench.sash.size setting, then it might be a bug. But that setting applies just fine to centered layout for me.

    Login or Signup to reply.
  2. You might find it helps to make their color more obvious, with this colorCustomization in your settings.json:

      "workbench.colorCustomizations": {
        
        "editorGroup.border": "#676565",
        "sash.hoverBorder": "#ff0000",
      }
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search