VSCodeSetup
This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

VS Code Setup#

Theme#

Default light

Highlight current line#

Vertical guide at 120 characters#

    "editor.rulers": [
        {
            "color": "#ff000040",
            "column": 120
        },
    ]

Brace matching#