Disable Vertical Indent Tabs VSCODE

2

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

    
asked by anonymous 16.05.2018 / 05:41

1 answer

3
  • Open the preferences menu - the roda dentada in the lower left corner;
  • Select Settings ;
  • Add the "editor.renderIndentGuides": false entry to your settings.
  • Now, if your idea is to customize your installation of VS Code recommended to take a look at the default settings available there as they are super well documented and give you an idea of everything which you can customize in VS Code.

        
    16.05.2018 / 11:20