Theia API Documentation v1.68.0
    Preparing search index...
    interface ShellExecutionRequest {
        command: string;
        cwd?: string;
        executionId?: string;
        timeout?: number;
        workspaceRoot?: string;
    }
    Index

    Properties

    command: string
    cwd?: string

    Working directory. Can be absolute or relative to workspaceRoot.

    executionId?: string

    Unique ID for this execution, used for cancellation

    timeout?: number
    workspaceRoot?: string

    Workspace root path for resolving relative cwd paths