VS Code API
    Preparing search index...

    Function createStatusBarItem

    • Creates a status bar item.

      Parameters

      • id: string

        The identifier of the item. Must be unique within the extension.

      • Optionalalignment: StatusBarAlignment

        The alignment of the item.

      • Optionalpriority: number

        The priority of the item. Higher values mean the item should be shown more to the left.

      Returns StatusBarItem

      A new status bar item.

    • Creates a status bar item.

      Parameters

      • Optionalalignment: StatusBarAlignment

        The alignment of the item.

      • Optionalpriority: number

        The priority of the item. Higher values mean the item should be shown more to the left.

      Returns StatusBarItem

      A new status bar item.

      createStatusBarItem for creating a status bar item with an identifier.