Interface TerminalShellExecutionStartEvent

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

Stubbed

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

Properties

The terminal shell execution that has ended.

Stubbed

shellIntegration: TerminalShellIntegration

The shell integration object.

Stubbed

terminal: Terminal

The terminal that shell integration has been activated in.

Stubbed