Disable White Vertical Line
By default the ruler shouldn't be visible, but you can check for the following setting:
editor.rulers
.
If set, it's an array with column numbers. If you want to turn it off, you can simply set an empty array like this:
"editor.rulers": []
There can be 2 places where it has "editor.rulers" in the settings.json. Make both empty.