We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee12ce commit a7eb70dCopy full SHA for a7eb70d
1 file changed
src/@types/vscode.proposed.chatParticipantAdditions.d.ts
@@ -105,6 +105,7 @@ declare module 'vscode' {
105
isComplete?: boolean;
106
toolSpecificData?: ChatTerminalToolInvocationData;
107
fromSubAgent?: boolean;
108
+ presentation?: 'hidden' | 'hiddenAfterComplete' | undefined;
109
110
constructor(toolName: string, toolCallId: string, isError?: boolean);
111
}
0 commit comments