Skip to content

Commit 4e65a9c

Browse files
Copilotalexr00
andcommitted
Initial plan: Change closed PR icon color from red to purple
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 18e0a6d commit 4e65a9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

109110
constructor(toolName: string, toolCallId: string, isError?: boolean);
110111
}

0 commit comments

Comments
 (0)