170

Im not sure if this is an extension or an update but ever since the most recent VS code update they have single folders inline with parent folders. I didnt think it would bother me as much but I find that is driving me crazy, I much to prefer to just have child folders nested underneath the first time instead of dynamically changing all the time based on my folder structure.

Here is an image example, anybody know what this setting is called?

enter image description here

0

1 Answer 1

371

File -> Preferences -> Settings -> Features -> Explorer and untick the compact folders checkbox.

Or directly in your settings.json, add "explorer.compactFolders": false.

Sign up to request clarification or add additional context in comments.

3 Comments

To reach settings.json, use Ctrl+Shift+P to open the command palette, then type "settings.json" and hit enter (the item is called "Preferences: Open Settings")
I really dislike this feature. Surprising that anyone would want this on by default.
I agree with @jonschlinkert. Sometimes it's hard to understand why some features are on by default. This is one those features.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.