How to make scrollbars wider in Visual Studio Code?

前端 未结 4 583
再見小時候
再見小時候 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:12

    You need to edit the file %APPDATA%\Code\User\settings.json and add

    ,"editor.scrollbar.verticalScrollbarSize": 15
    ,"editor.scrollbar.horizontalScrollbarSize": 15
    

提交回复
热议问题