Skip to content

Commit 48c1a4e

Browse files
Copilotulugbekna
andcommitted
Initial plan for branch caching in PR view
Co-authored-by: ulugbekna <16353531+ulugbekna@users.noreply.github.com>
1 parent c133ab7 commit 48c1a4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/@types/vscode.proposed.chatSessionsProvider.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,10 +488,11 @@ declare module 'vscode' {
488488
*
489489
* @param scheme The uri-scheme to register for. This must be unique.
490490
* @param provider The provider to register.
491+
* @param defaultChatParticipant The default {@link ChatParticipant chat participant} used in sessions provided by this provider.
491492
*
492493
* @returns A disposable that unregisters the provider when disposed.
493494
*/
494-
export function registerChatSessionContentProvider(scheme: string, provider: ChatSessionContentProvider, chatParticipant: ChatParticipant, capabilities?: ChatSessionCapabilities): Disposable;
495+
export function registerChatSessionContentProvider(scheme: string, provider: ChatSessionContentProvider, defaultChatParticipant: ChatParticipant, capabilities?: ChatSessionCapabilities): Disposable;
495496
}
496497

497498
export interface ChatContext {

0 commit comments

Comments
 (0)