How to make scrollbars wider in Visual Studio Code?

前端 未结 4 582
再見小時候
再見小時候 2021-01-11 19:09

Is there a way to make Visual Studio Code\'s window scrollbars wider? I\'m finding they\'re a few pixels too skinny compared to other apps and my mouse often misses the prec

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-11 19:14

    As of VS Code 1.48.0, the following line in settings.json helped me to make horizontal scrollbar larger:

    "workbench.editor.titleScrollbarSizing": "large"
    

提交回复
热议问题