Vscode-material-icon-theme: Allow for `"hidesExplorerArrows": true`

Created on 9 Nov 2017  路  6Comments  路  Source: PKief/vscode-material-icon-theme

Most helpful comment

@ronilaukkarinen The following setting

"material-icon-theme.hidesExplorerArrows": true

can only be used for the Material Icon Theme.

The option is provided by each theme itself like for the Material Icon Theme. I don't know how Seti Icons handles this. Maybe it's not supported.

Some options for you:

  • create new issue at the icon theme repository and ask for it
  • open extension directory and look for a JSON file with the icon definitions and add "hidesExplorerArrows": true (will be removed if the extension gets updated)
  • use another icon theme which supports it
  • live with it 馃槈

All 6 comments

Thank you for the information, it's already implemented and will be part of the upcoming update!

Duplicate of #144

Fantastic!

Hello, can anyone tell me how to add this? adding it to user preferences didn't work. I'm using Seti Icons.

@ronilaukkarinen The following setting

"material-icon-theme.hidesExplorerArrows": true

can only be used for the Material Icon Theme.

The option is provided by each theme itself like for the Material Icon Theme. I don't know how Seti Icons handles this. Maybe it's not supported.

Some options for you:

  • create new issue at the icon theme repository and ask for it
  • open extension directory and look for a JSON file with the icon definitions and add "hidesExplorerArrows": true (will be removed if the extension gets updated)
  • use another icon theme which supports it
  • live with it 馃槈

Thanks for the information! It seems also Ayu icon theme supports that option. Got it, thanks!

@ronilaukkarinen

Also, it's simple to add that string in any one theme you need!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GeraldNDA picture GeraldNDA  路  5Comments

covertbert picture covertbert  路  5Comments

stefan-kern picture stefan-kern  路  4Comments

vvni picture vvni  路  4Comments

JonJamesDesign picture JonJamesDesign  路  3Comments