Skip to content

Commit dd4e612

Browse files
committed
fix
1 parent 3f3ab01 commit dd4e612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsptoolshost/copilot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface CopilotRelatedFilesProviderRegistration {
1616
providerId: { extensionId: string; languageId: string },
1717
callback: (
1818
uri: vscode.Uri,
19-
cancellationToken: vscode.CancellationToken
19+
cancellationToken?: vscode.CancellationToken
2020
) => Promise<{ entries: vscode.Uri[]; traits?: { name: string; value: string }[] }>
2121
): vscode.Disposable;
2222
}

0 commit comments

Comments
 (0)