@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface OperationProgressOptions

    Options for OperationProgress.run.

    interface OperationProgressOptions {
        cancellable?: boolean;
        location?: ProgressArea;
        title: string;
    }
    Index
    cancellable?: boolean

    Whether the user can cancel from the progress UI (default: false).

    location?: ProgressArea

    Where the progress UI is rendered (default: 'notification').

    title: string

    Progress title displayed to the user.