We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffb33a commit a399622Copy full SHA for a399622
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