Skip to content

Commit

Permalink
Disable indent guides in tree widget (Explorer)
Browse files Browse the repository at this point in the history
As of VS Code version 1.36 the tree widget support visual indent guide
lines (1) that are enabled by default that have been disabled to
unclutter the UI.

References:
  (1) https://code.visualstudio.com/updates/v1_36#_tree-indent-guides

Resolves GH-210
  • Loading branch information
arcticicestudio committed Jul 31, 2019
1 parent 21f8c34 commit 5cecacc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snowblocks/visual-studio-code/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"workbench.sideBar.location": "left",
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.feedback.visible": false,
"workbench.tree.renderIndentGuides": "none",

/*+--- Extensions ---+*/
"cSpell.dictionaries": [
Expand Down

0 comments on commit 5cecacc

Please sign in to comment.