vscode-symbols
vscode-symbols copied to clipboard
Please consider reducing the spacing of nested folders
Lovely icon set! But I think the nested folder structure takes up too much space.
There are multiple ways to address this, where one of the several material themes has one good example: removing the arrows altogether and changes the folder icon to hint that it's opened:
Thanks for the feedback! I originally hide them but added them back via #1 because of file nesting. Personally I think this should be a user setting and not defined by a theme, so I'll see if I can make this a setting (unlikely to work since the theme is loaded via JSON) or add a variant that hides them.
Thanks to @barelyhuman's PR https://github.com/misolori/vscode-symbols/pull/8, you can now hide the folder arrows using the setting symbols.hidesExplorerArrows`.
https://user-images.githubusercontent.com/35271042/184555808-e5e4f9c5-4f4b-45d7-abdd-521a63fa16e9.mp4
Next step is to change the icon for opened folders.