miguelsolorio/vscode-symbols

Allow hiding explorer icons

Closed this issue · 2 comments

As of microsoft/vscode#35856 icons can set hidesExplorerArrows: true to hide the arrows in the explorer next to each file and folder. Users cannot set this in their workspace settings. Maybe allow us to set something like symbols.hideExporerArrows: true to hide them, or when picking the file icon theme have an option called Symbols (without explorer arrows)?

Have you taken a look at the settings for the extension? We support symbols.hidesExplorerArrows:

CleanShot 2023-10-15 at 09 43 55@2x

Weird, I didn't get it in intellisense when editing the json. Thanks and sorry for the useless open @miguelsolorio!