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

    Task runner that runs a task as a process or a command inside a shell.

    Implements

    Index

    Constructors

    Properties

    logger: ILogger
    rawProcessFactory: RawProcessFactory
    taskFactory: TaskFactory
    taskTerminalProcessFactory: TaskTerminalProcessFactory

    Methods

    • Parameters

      • filePath: string

      Returns Promise<boolean>

      Remove ProcessTaskRunner.findCommand, introduce process "started" event Checks for the existence of a file, at the provided path, and make sure that it's readable and executable.

    • Enables or disables command history tracking for the task terminal. When enabled, OSC sequences are injected into the terminal output stream to mark command boundaries for history tracking.

      Parameters

      • terminal: Process
      • enable: boolean
      • Optionalcommand: string

      Returns void