oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
MIT License
409 stars 55 forks source link

The Explorer desperately needs this!! #63

Closed YAMLcase closed 4 years ago

YAMLcase commented 4 years ago

I just found indent rainbow as a solution to a problem I didn't know I had... but man was it a big problem! Now I can't stop seeing how the side explorer needs this as well. Is this even a possibility in VSCode?

KayodeOgidan commented 4 years ago

here is what you need:

{ "tree.indentGuidesStroke": "#ff0000", "workbench.tree.indent": 20, "workbench.tree.renderIndentGuides": "always", }