Type alias InlineCompletionsDisposeReason

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

Type declaration

  • kind: "lostRace" | "tokenCancellation" | "other" | "empty" | "notTaken"