Allow configuration to hide explorer arrows
See original GitHub issueAccording 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?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:9 (3 by maintainers)
Top Results From Across the Web
[theming] hide explorer arrows via settings · Issue #45400
Now it's possible to hide the arrows in the explorer tree view by setting the hidesExplorerArrows option in the icon theme configs. But...
Read more >Disable auto hide arrows next the folder or drive in File ...
Disable auto hide arrows next the folder or drive in File Explorer? · Right click on Taskbar. · Click on Properties · Check...
Read more >Remove Blue Arrows Icons in Registry Editor - Windows 10
This article provides 2 ways to remove double arrows overlay on Desktop ... Right-click on Explorer, select New > Key, then give it...
Read more >How to get rid of app shortcut arrows on the Windows 10 ...
1. Open up regedit. (1) Type in regedit into the Cortana/search box and (2) select regedit at the top · 2. Answer yes....
Read more >Remove Two Blue Arrows Icon on Files and Folders in ...
Remove the Two Blue Arrow Icon Overlay · Option 1: Disable compression for that folder or file · Option 2: Remove the blue...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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.