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

    A TerminalCreationHandler that routes terminals into the terminal manager widget when tree grouping mode is active.

    This hooks into TerminalFrontendContribution.open so that terminals created by any caller (plugins, tasks, debug, etc.) are routed into the manager at the point of placement, rather than being intercepted after the fact via onDidCreateTerminal events.

    Task and debug terminals are routed to dedicated pages in the tree; regular user terminals get their own numbered pages.

    Implements

    Index

    Constructors

    Properties

    terminalManagerViewContribution: TerminalManagerFrontendViewContribution
    widgetManager: WidgetManager

    Accessors

    Methods