We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa53fd commit 5260290Copy full SHA for 5260290
1 file changed
src/@types/vscode.proposed.chatParticipantAdditions.d.ts
@@ -105,7 +105,6 @@ 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