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
I implemented New UI Icon mapping (i.e., the mechanism that the IDE uses to map old UI icons to New UI icons — see this) in #102 but it fails. The app-level service IconMapLoader is complaining that the pre-loading isn't done yet, which is impossible since it's actually join()ed on in the IDE's init.
I implemented New UI Icon mapping (i.e., the mechanism that the IDE uses to map old UI icons to New UI icons — see this) in #102 but it fails. The app-level service IconMapLoader is complaining that the pre-loading isn't done yet, which is impossible since it's actually
join()
ed on in the IDE's init.See commit 2bed34f
The text was updated successfully, but these errors were encountered: