Skip to content

Commit 8c2d4bb

Browse files
committed
reduce diff
1 parent 99f5a0c commit 8c2d4bb

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ declare module 'vscode' {
105105
isComplete?: boolean;
106106
toolSpecificData?: ChatTerminalToolInvocationData;
107107
fromSubAgent?: boolean;
108-
presentation?: 'hidden' | 'hiddenAfterComplete' | undefined;
109108

110109
constructor(toolName: string, toolCallId: string, isError?: boolean);
111110
}

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@ 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-
10398
/**
10499
* An optional status indicating the current state of the session.
105100
*/

0 commit comments

Comments
 (0)