question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

material-icon-theme.folders.theme is ignored on first launch

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
PKiefcommented, Mar 24, 2019

Hot reload is now possible for the following configurations:

  • activeIconPack
  • files.associations
  • folders.associations
  • languages.associations
  • folders.theme

So the “folders.theme” will not trigger a reload anymore 😉

1reaction
PKiefcommented, Jan 17, 2019

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 default specific 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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found