Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File nesting misaligned when folder theme disabled #2179

Open
lonix1 opened this issue Dec 20, 2023 · 3 comments
Open

File nesting misaligned when folder theme disabled #2179

lonix1 opened this issue Dec 20, 2023 · 3 comments

Comments

@lonix1
Copy link

lonix1 commented Dec 20, 2023

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

  • enable file nesting: "explorer.fileNesting.enabled": true
  • disable folder theme: "material-icon-theme.folders.theme": "none"

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

Screenshots

Computer information (please complete the following information):

  • OS edition: linux
  • Version 4.32
  • VSCode version 1.85.1
@PKief
Copy link
Member

PKief commented Dec 23, 2023

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

"workbench.tree.indent": 21

@lonix1
Copy link
Author

lonix1 commented Dec 23, 2023

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
Copy link
Member

PKief commented Dec 23, 2023

Yes exactly, more is not possible right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants