Skip to content

Commit 5436d5d

Browse files
Copilotalexr00
andcommitted
Plan to add PR base branch checkout options to postDone setting
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 39194e9 commit 5436d5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ declare module 'vscode' {
9595
*/
9696
description?: string | MarkdownString;
9797

98+
/**
99+
* An optional badge that provides additional context about the chat session.
100+
*/
101+
badge?: string | MarkdownString;
102+
98103
/**
99104
* An optional status indicating the current state of the session.
100105
*/

0 commit comments

Comments
 (0)