How to change the width of the gutter in VS code?

How to increase the width of the gutter? I want 4-5x to be the current width.

See the following image:

enter image description here

+4
source share
1 answer

Width is the generated dynamic value obtained from several dimensions, directly inside VScode. See here to understand what is going on there. This is not true. You will have to delve into the code yourself and be prepared for the negative consequences.

Here's a GitHub issue referencing this SO question, so you can add your arguments and / or comments in the code.

+1
source

Source: https://habr.com/ru/post/1677082/


All Articles