For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/interfaces/IStatusBarItemCreationParams.md.

Interface: IStatusBarItemCreationParams experimental

Beta

Properties required to create a status bar item

Properties

alignment?

optional alignment?: StatusBarAlignment

Beta

Remarks

Alignment of item within status bar. If undefined, it will be left aligned.


icon?

optional icon?: string

Beta

Remarks

Optional icon image resource of the item.


size?

optional size?: number

Beta

Remarks

Size of the status bar item. If undefined, it will wrap text content.


text?

optional text?: LocalizedString

Beta

Remarks

Default localized display text of the item. If undefined, it will be empty string.


visible?

optional visible?: boolean

Beta

Remarks

Default visibility of the item. If undefined, it will be true.