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

    An event signalling that an execution has started in a terminal.

    interface TerminalShellExecutionStartEvent {
        execution: TerminalShellExecution;
        shellIntegration: TerminalShellIntegration;
        terminal: Terminal;
    }
    Index

    Properties

    The terminal shell execution that has ended.

    shellIntegration: TerminalShellIntegration

    The shell integration object.

    terminal: Terminal

    The terminal that shell integration has been activated in.