33

I want to know how to increase the indent width in the explorer window.

I have change the indent width in the editor window. But the indent width in explorer window is too small.

https://www.intellish.cn/snap0162.jpg

Chaim Liu
  • 331
  • 3
  • 3
  • 1
    Possible duplicate of [How to add more indentation in vs code files in folder structure?](https://stackoverflow.com/questions/55310734/how-to-add-more-indentation-in-vs-code-files-in-folder-structure) – Mark Jul 05 '19 at 07:46
  • oooh!! thank you very much!! Solved my problem – Chaim Liu Jul 05 '19 at 07:56
  • 3
    Geez, default of 8 pixels. On what modern screen is that enough!? – Soren Bjornstad Aug 14 '20 at 01:09

1 Answers1

60

There is this setting Workbench › Tree: Indent

Munther Jaber
  • 814
  • 7
  • 9
  • 3
    Thanks! setting "Workbench › Tree: Indent" to "16" (which is 1 rem) and "Workbench › Tree: Render Indent Guides" to "always" has changed my life :) – Marty McGee Aug 31 '22 at 02:22