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

    Variable CancellationReasonConst

    CancellationReason: {
        ApplicationStopping: "application-stopping";
        Caller: "caller";
        Superseded: "superseded";
        Timeout: "timeout";
        VSCodeRequest: "vscode-request";
    } = ...

    Why a signal was aborted. Kept for diagnostics: AbortSignal alone cannot tell "the application is stopping" from "the caller gave up".

    Type Declaration

    • ReadonlyApplicationStopping: "application-stopping"
    • ReadonlyCaller: "caller"
    • ReadonlySuperseded: "superseded"
    • ReadonlyTimeout: "timeout"
    • ReadonlyVSCodeRequest: "vscode-request"