I am moving my development to VSCode and I would like to know how to set a vertical column instead of vertical rulers as explained in Vertical rulers in Visual Studio Code?:
What I want is the vertical column to be solid (screenshot from vim column):
UPDATE
I actually spend some time after @bgse suggestion and found all the places that have to be modified to enable this feature. See the green arrows below.
box-shadow
parameter limits the size of the shaded area for all rulers. By default vscode sets it to 1px. After increasing it (manually), one can increase (manually) the width
of the view-ruler
element.
Any chance to change these parameters from the settings.json file?