1

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:

How it works now:

Expected result:

Expected result:

Community
  • 1
  • 1
viciousP
  • 510
  • 3
  • 14

1 Answers1

4

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".

ChrisR
  • 3,922
  • 1
  • 14
  • 24