Skip to content

Commit c28ff84

Browse files
committed
Revert unrelated change to vscode.proposed.chatParticipantAdditions.d.ts
1 parent cc7997f commit c28ff84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
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
}

0 commit comments

Comments
 (0)