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 precise location that I'm trying to click.
相关问题
- Extended message for commit via Visual Studio Code
- Where are Automatic Type Acquisition typescript de
- Typescript: Why doesn't visual studio code rep
- .NET Core 3.1 CreateHostBuilder Cannot parse JSON
- How to get VS Code debug data like breakpoints, st
相关文章
- Visual Studio Code, MAC OS X, OmniSharp server is
- Omnisharp in VS Code produces a lot of warnings ab
- Visual Studio Code command for “repeat last comman
- VSCode remove warnings from problems tab
- Configure a TypeScript project with common depende
- Visual Studio Code disabling Normal, Edit and Visu
- Vscode: error TS2307: Cannot find module 'vsco
- How to customize context menu in Visual Studio Cod
You need to edit the file %APPDATA%\Code\User\settings.json and add
Thanks to Dai for the link. The undocumented property
editor.scrollbar.verticalScrollbarSize
handles this for the code windows. It doesn't affect the scrollbars on the file explorer, but that's OK for now.@andr its only for vertical, the complete set
, and workaround using an exceptionally meaningful extension ,for tabs group scrollbar
(to insert in custom.css):