Interface PseudoTerminalOptions

Options a virtual process terminal.

Deprecated

since 1.23.0 - Use ExtensionTerminalOptions instead.

interface PseudoTerminalOptions {
    name: string;
    pty: Pseudoterminal;
}

Properties

Properties

name: string

The name of the terminal.

An implementation of Pseudoterminal where an extension can control it.