Disable VSCODE vertical indentation tabs

Asked

Viewed 887 times

2

I started using Vscode recently and am trying to configure it to my liking. But I’m not found how to disable the lines in "Vertical" that mark the elements (parents and children) along with indentation.

Assim como na imagem

1 answer

3


  1. Open the preferences menu - to roda dentada in the lower left corner;
  2. Select Settings;
  3. Add in "editor.renderIndentGuides": false to its definitions.

By the way, if your idea is to customize your VS Code installation would recommend taking a look at the default Settings are available because they are super well documented and give you an idea of everything you can customize in VS Code.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.