Progress in generation of completion candidates by providers.

interface IProvisionProgress {
    pendingProviders: number;
    totalProviders: number;
}

Properties

pendingProviders: number

The number of providers to yet provide a reply. Excludes providers which resolved/rejected their promise, or timed out.

totalProviders: number

The number of providers from which inline completions were requested.