VSCode - Set vertical line rule

By xngo on September 14, 2022

In your settings.json, add the editor ruler as followed:

{
    "editor.rulers": [
        {"column": 80, "color": "#ff9900"}
 
    ]
}

VSCode - vertical line rule

About the author

Xuan Ngo is the founder of OpenWritings.net. He currently lives in Montreal, Canada. He loves to write about programming and open source subjects.