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
VS Code renders action buttons in the tab bar
for commands that do not have icons using
their title text, instead. This commit does the
same in Theia.
Additionally, two related minor issues are fixed:
- the $(icon) specifiers for icons show in the
tooltip of an action, which is confusing
- the roll-over highlight shows only on action
buttons for commands that use the "icon"
property, not those that embed icon specifiers
in their titles
Fixes#12686
Signed-off-by: Christian W. Damus <cdamus.ext@eclipsesource.com>
0 commit comments