Theia API Documentation v1.65.0
    Preparing search index...
    interface TerminalCompletionContext {
        commandLine: string;
        cursorPosition: number;
    }
    Index

    Properties

    commandLine: string

    The complete terminal command line.

    cursorPosition: number

    The index of the cursor in the command line.