Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

VS Code: Hide Indent Lines in Explorer

In this post, I will show you how to Hide the Indent Lines in the folders explorer.

Let’s get started!

The Setting

Press down CTRL + , (comma) to open the Settings and then search for Workbench > Tree: Render Indent Guides.

This setting has 3 options:

  1. none – which hides all the lines

2. onHover (default) – shows the lines when you move the cursor over the folders and files

3. always – always show the lines

Settings.json file

You can also control these options within the settings.json file.

"workbench.tree.renderIndentGuides": "none",
"workbench.tree.renderIndentGuides": "onHover",
"workbench.tree.renderIndentGuides": "always",

If you prefer a video instead:



This post first appeared on Neutron Dev, please read the originial post: here

Share the post

VS Code: Hide Indent Lines in Explorer

×

Subscribe to Neutron Dev

Get updates delivered right to your inbox!

Thank you for your subscription

×