-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
[icon themes] Hide sidebar's Tree View/Explorer arrows #25655
Comments
Any update? i think this can be more easily a workbench setting to show/hide the arrow. |
News? :) |
It would have to be part of the file icon theme to specify that (not a workbench preference) |
+1 |
Thanks for the PR, @tam5! |
@tam5 Thank you. |
@aeschli When will this PR be shipped with the insiders build? |
Yes, it's already in the latest insiders. |
@aeschli Sorry, I can't figure how to hide these arrows. There is not a setting called |
@equinusocio It's a new property for file icon themes. The built-in file icon themes aren't using it, but to try it out, add |
@aeschli Thank you. I tried on my icon theme but it doesn't work. {
"hidesExplorerArrows": "true",
"iconDefinitions":{
"_folder_dark":{
"iconPath":"./icons/folder.svg"
}
},
"fileExtensions":{
"cmd":"_file_cmd",
"mustache":"_file_mustache",
"rails":"_file_rails"
},
"fileNames":{
"gruntfile.js":"_file_grunt"
},
"file":"_file_dark",
"folder":"_folder_dark",
"folderExpanded":"_folder_open",
"folderNames":{
"node_modules":"_file_nodejs",
".git":"_file_git",
".github":"_file_github",
".gulp":"_file_gulp",
"bower_components":"_file_bower"
}
} EDIT it worked with |
@aeschli Consider to use |
@aeschli @equinusocio I went back and forth on that as you can even see on the PR. Not sure there is a right or wrong answer, we'll just have to wait until more customization is available for the sidebar (i.e. padding) so everyone can decide for themselves. |
@equinusocio Sorry, I mistyped, it has to be |
To verify: Install an icon theme e.g. https://marketplace.visualstudio.com/items?itemName=gebilaoxiong.vscode-flatland-icon-theme. In the extensions folder find the extension and its icon theme file and add |
This works on Material Theme. |
As opened and closed folders can have different icons, the arrows should be given as an optional to get a minimalistic workbench theming (say for themes like Material Theme from Mattia Astorino or Nord theme)
The text was updated successfully, but these errors were encountered: