Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StatusBarEntry

Hierarchy

  • StatusBarEntry

Index

Properties

accessibilityInformation?: AccessibilityInformation
arguments?: unknown[]
backgroundColor?: string
className?: string
color?: string
command?: string
name?: string
priority?: number
text: string

For icons we use Codicons by default, and Font Awesome icons will also be respected. You can find Codicon classnames here: https://microsoft.github.io/vscode-codicons/dist/codicon.html You can find Font Awesome classnames here: http://fontawesome.io/icons/

Codicon: $() or $(codicon-)

Font Awesome: $(fa-)

To use animated icons use the following pattern: $(iconClassName~typeOfAnimation) Type of animation can be either spin or pulse. Look here for more information to animated icons: http://fontawesome.io/examples/#animated

tooltip?: string | HTMLElement | MarkdownString

Methods

  • onclick(e: MouseEvent): void