You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default icon themes from plugins are not properly applied the first time since they are registered after the preferences have been initialized. Once they are set and you reload/restart the application, everything works fine since the theme is stored in the local storage and applied as soon as it is registered. However, if there is no prior theme set, the icon theme service believes that the theme is already set correctly since the default value was also changed.
Set the default icon theme for your application to that theme, e.g., "defaultIconTheme": "material-icon-theme"
Start up the (browser or electron) application and see if the theme is applied on a clean state. You can get to a clean state by clearing the browser data or removing the respective electron directories.
file-icon-theme-application.mp4
Additional Information
Operating System: Ubuntu but probably all are affected.
Theia Version: current master
The text was updated successfully, but these errors were encountered:
Bug Description:
Default icon themes from plugins are not properly applied the first time since they are registered after the preferences have been initialized. Once they are set and you reload/restart the application, everything works fine since the theme is stored in the local storage and applied as soon as it is registered. However, if there is no prior theme set, the icon theme service believes that the theme is already set correctly since the default value was also changed.
Steps to Reproduce:
"defaultIconTheme": "material-icon-theme"
file-icon-theme-application.mp4
Additional Information
The text was updated successfully, but these errors were encountered: