Skip to content

Commit 0943d60

Browse files
Copilotalexr00
andcommitted
Complete PR - all checks passed
Linters, code review, and CodeQL security scan all passed. The implementation correctly listens for notification changes and refreshes PR nodes to update the dismiss notification option. Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 359dbd2 commit 0943d60

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)