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
The Workspace: Open Recent Workspace... quick-input displays an incorrect icon for the currently opened workspace folder when using the theia-file-icon theme. For other themes the icon is displayed properly.
recent-workspaces.mp4
The changes are using the WorkspaceUriLabelProvider which was updated for breadcrumbs support (#9920), and its likely that the iconClass has no associated icon (rootfolder-icon):
Bug Description:
The
Workspace: Open Recent Workspace...
quick-input displays an incorrect icon for the currently opened workspace folder when using the theia-file-icon theme. For other themes the icon is displayed properly.recent-workspaces.mp4
The changes are using the
WorkspaceUriLabelProvider
which was updated for breadcrumbs support (#9920), and its likely that the iconClass has no associated icon (rootfolder-icon
):theia/packages/workspace/src/browser/workspace-uri-contribution.ts
Lines 41 to 47 in 39fc27c
cc @colin-grant-work
Steps to Reproduce:
Open Recent Workspace...
The text was updated successfully, but these errors were encountered: