material-icon-theme.folders.theme is ignored on first launch
See original GitHub issueI have material-icon-theme.folders.theme
in my settings, if I install the extension and reload window, the setting will be ignored. I need to reload the window twice.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
(Option to have) Ignored folder icons greyed out #669 - GitHub
Currently the folder icons are applied in full colour to all folders that match. Where certain folders are ignored in .gitignore this makes ......
Read more >Material Icon Theme - Visual Studio Marketplace
Launch VS Code Quick Open ( Ctrl+P ), paste the following command, and press enter. ... "material-icon-theme.folders.theme": "specific" ...
Read more >Angular material Could not find Angular Material core theme
No, you don't have sass files, but the angular material module does. That's how you use your own theme (again, if I recall...
Read more >Implement Themed Icons (Android 13) | by Yahor Urbanovich
Disabling the Themed icons feature doesn't affect the launch icon. Simply, the icon has dynamic color permanently. It's logical, the application can't have...
Read more >Changelog - Material Theme UI Documentation
Fixes. Fix Selection Foreground color on Solarized Light; Improve contrast on some icons in Light Themes; Change Running widget background color from Accent...
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
Hot reload is now possible for the following configurations:
So the “folders.theme” will not trigger a reload anymore 😉
Hi @Tyriar, it’s currently not possible by VS Code to reload (icon) themes without restarting the editor.
You can take a look at the following PR:
and the related issue:
If you set
material-icon-theme.folders.theme
to something different than the defaultspecific
option then this leads to a reload. This is therefore necessary because the JSON file with the icon manifest for the extension is changed. If the option is set to e.g.none
then the folder icons must be removed from the manifest to hide the folder icons in the file explorer. An updated manifest is not yet recognized by VS Code in order to reload the icons in Explorer.