Theia API Documentation v1.65.0
    Preparing search index...

    Representation of a tabbar toolbar contribution.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    activationService: AIActivationService
    chatAgentService: ChatAgentService
    chatService: ChatService
    editorManager: EditorManager
    messageService: MessageService
    quickInputService: QuickInputService
    quickView: QuickViewService
    secondaryWindowHandler: SecondaryWindowHandler
    taskContextService: TaskContextService
    toggleCommand?: Command
    widgetManager: WidgetManager
    REMOVE_CHAT_BUTTON: QuickInputButton = ...
    RENAME_CHAT_BUTTON: QuickInputButton = ...

    Accessors

    • get viewId(): string

      Returns string

    • get viewLabel(): string

      Returns string

    • get widget(): Promise<T>

      Returns Promise<T>

    Methods

    • Returns information about task context files that are currently opened

      Returns { activeId?: string; openedIds: string[] }

      Object with arrays of opened context IDs and the active context ID

    • Prompts the user to select a task context with special marking for currently opened files

      Returns Promise<undefined | string>

      The selected task context ID or undefined if cancelled