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
As of VS Code 1.48.0, the following line in settings.json helped me to make horizontal scrollbar larger:
"workbench.editor.titleScrollbarSizing": "large"