One of my extensions in Visual studio code turned off default vertical guidelines and even if it seems trivial I can't find setting that may turn it on again.
How it works now:
Expected result:
One of my extensions in Visual studio code turned off default vertical guidelines and even if it seems trivial I can't find setting that may turn it on again.
How it works now:
Expected result:
the setting your are looking for is:
Editor: Render Indent Guides
or through the settings file itsef:
"editor.renderIndentGuides": true
You can access the settings by pressing CTRL/⌘+, and then search for "render indent".