Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StatusBarMessageRegistryMain

Hierarchy

  • StatusBarMessageRegistryMain

Implemented by

Index

Methods

  • $dispose(id: string): void
  • $setMessage(id: string, name: undefined | string, text: undefined | string, priority: number, alignment: StatusBarAlignment, color: undefined | string, backgroundColor: undefined | string, tooltip: undefined | string | MarkdownString, command: undefined | string, accessibilityInformation: AccessibilityInformation, args: undefined | any[]): PromiseLike<void>
  • Parameters

    • id: string
    • name: undefined | string
    • text: undefined | string
    • priority: number
    • alignment: StatusBarAlignment
    • color: undefined | string
    • backgroundColor: undefined | string
    • tooltip: undefined | string | MarkdownString
    • command: undefined | string
    • accessibilityInformation: AccessibilityInformation
    • args: undefined | any[]

    Returns PromiseLike<void>