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 3f3ab01 commit dd4e612Copy full SHA for dd4e612
src/lsptoolshost/copilot.ts
@@ -16,7 +16,7 @@ interface CopilotRelatedFilesProviderRegistration {
16
providerId: { extensionId: string; languageId: string },
17
callback: (
18
uri: vscode.Uri,
19
- cancellationToken: vscode.CancellationToken
+ cancellationToken?: vscode.CancellationToken
20
) => Promise<{ entries: vscode.Uri[]; traits?: { name: string; value: string }[] }>
21
): vscode.Disposable;
22
}
0 commit comments