material-extensions / vscode-material-icon-theme

Available on the VSCode Marketplace
https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
MIT License
1.94k stars 608 forks source link

File nesting misaligned when folder theme disabled #2179

Open lonix1 opened 6 months ago

lonix1 commented 6 months ago

Describe the bug I want to use the "file nesting" feaure, but it does not work well with the seti icon theme. It was recommended to use this icon theme instead.

But this icon theme is misaligned with "material-icon-theme.folders.theme": "none".

To Reproduce

Expected behavior Proper alignment of nested items (e.g. foo.ts and foo.js)

Screenshots

Computer information (please complete the following information):

PKief commented 6 months ago

Good question, it helped some developers already to play around with this setting:

"workbench.tree.indent": 21
lonix1 commented 6 months ago

Thanks! That fixes the indentation problem, but takes a lot of space. I suppose this isn't possible to do properly because of an internal problem in vscode?

PKief commented 6 months ago

Yes exactly, more is not possible right now.