We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbcfe0 commit dacd0caCopy full SHA for dacd0ca
src/extension/completions-core/vscode-node/extension/src/inlineCompletion.ts
@@ -154,7 +154,7 @@ export class CopilotInlineCompletionItemProvider extends Disposable implements I
154
155
handleDidPartiallyAcceptCompletionItem(
156
item: GhostTextCompletionItem,
157
- acceptedLengthOrInfo: number & PartialAcceptInfo
+ acceptedLengthOrInfo: number | PartialAcceptInfo
158
) {
159
try {
160
return this.ghostTextProvider.handleDidPartiallyAcceptCompletionItem(item, acceptedLengthOrInfo);
0 commit comments