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

    Plugin api service allows working with terminal emulator.

    Implements

    Index

    Constructors

    Methods

    • Send text to the terminal by id.

      Parameters

      • id: string

        terminal widget id.

      • text: string

        text content.

      • OptionalshouldExecute: boolean

        in case true - Indicates that the text being sent should be executed rather than just inserted in the terminal.

      Returns void