Type Alias InlineCompletionsDisposeReason

type InlineCompletionsDisposeReason = {
    kind:
        | "lostRace"
        | "tokenCancellation"
        | "other"
        | "empty"
        | "notTaken";
}

Properties§

kind