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

    Default TerminalCreationHandler that places terminals into the application shell. This handles the standard panel/editor/split placement logic and always claims the terminal (returning true).

    Because it always claims, it should run at the lowest priority so that other handlers (e.g. the terminal manager) get a chance to intercept first.

    Implements

    Index

    Constructors

    Properties

    priority: -100

    The priority of this handler. Higher values are consulted first. Defaults to 0 if not specified.

    terminalService: TerminalService

    Methods