A status bar item is a status bar contribution that can show text and icons and run a command on click.
Online Documentation
Accessibility information used when a screen reader interacts with this StatusBar item
The alignment of this item.
The background color for this entry.
The foreground color for this entry.
{@linkcode Command} or identifier of a command to run on click.
The identifier of this item.
The name of the entry, like 'Python Language Indicator', 'Git Status' etc. Try to keep the length of the name short, yet descriptive enough that users can understand what the status bar item is about.
The priority of this item. Higher value means the item should be shown more to the left.
The text to show for the entry. You can embed icons in the text by leveraging the syntax:
The tooltip text when you hover over this entry.
Dispose and free associated resources. Call hide.
Hide the entry in the status bar.
Shows the entry in the status bar.