vscode-great-icons icon indicating copy to clipboard operation
vscode-great-icons copied to clipboard

Allow configuration to hide explorer arrows

Open cpgo opened this issue 7 years ago • 9 comments

According to https://github.com/Microsoft/vscode/issues/25655 we can set "hidesExplorerArrows":true on the extension. Is it possible to allow this flag on the user settings?

cpgo avatar Nov 27 '17 19:11 cpgo

please make this feature, I also desperately need it

iamstevendao avatar Dec 15 '17 23:12 iamstevendao

Hi,

I’ll do it as soon as I can, but it needs some refactoring for the plugin. I can’t tell for sure when it wil be done.

Sorry for the delay.

EmmanuelBeziat avatar Dec 18 '17 10:12 EmmanuelBeziat

any news yet?

iamstevendao avatar Jan 16 '18 05:01 iamstevendao

1 - Just open the file vscode-insiders/extensions/emmanuelbeziat.vscode-great-icons-2.1.22/icons.json 2 - Add "hidesExplorerArrows":true, before the "iconDefinitions" the beginning. No need to refactoring.

andremacola avatar Jan 31 '18 06:01 andremacola

@andremacola oh, thanks! Thought this was requiring much work, as for allowing install options and stuff.

It's done then!

EmmanuelBeziat avatar Jan 31 '18 10:01 EmmanuelBeziat

I'm sorry, but I had to revert back this update (https://github.com/EmmanuelBeziat/vscode-great-icons/issues/96).

The change suggested by @andremacola works, but don't allow users to chose. This is what I meant when I was talking about refactoring: the plugin must be created in such a way it add configurations settings in vscode, to allow users entering their own settings in the settings tab. This can't be done from a json file, it must be initialized within a complete JS function, loading the plugin and so on.

EmmanuelBeziat avatar Feb 01 '18 23:02 EmmanuelBeziat

Any update on this? material-icon-theme has various settings flags, but your icons are way better.

chaotic-stump avatar Jun 27 '18 19:06 chaotic-stump

Go ahead. Your work is amazing. I hope you could do this.

nesslopz avatar Dec 16 '18 21:12 nesslopz

Is there a fork with this improvement somewhere ?

mrleblanc101 avatar Feb 21 '20 21:02 mrleblanc101

So it's never implemented or is there some setting available?

shinebayar-g avatar Oct 17 '23 00:10 shinebayar-g

So it's never implemented or is there some setting available?

@shinebayar-g Unfortunately no. I'd need to completely remake the icon set as a whole plugin, and I intended to keep it as simple as possible to be easy to add new icons…

It's still on my mind, but I can't make any announcement over a date or something.

EmmanuelBeziat avatar Oct 17 '23 17:10 EmmanuelBeziat