Skip to content

Commit 46b41aa

Browse files
authored
Merge pull request microsoft#210261 from microsoft/roblou/mature-caterpillar
Remove more dead deprecated Chat types
2 parents a2181df + ca31c02 commit 46b41aa

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/vscode-dts/vscode.proposed.chatParticipantAdditions.d.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,6 @@ declare module 'vscode' {
8383
constructor(value: string | MarkdownString, vulnerabilities: ChatVulnerability[]);
8484
}
8585

86-
/** @deprecated */
87-
export interface ChatProgressMessage {
88-
message: string;
89-
}
90-
91-
/** @deprecated */
92-
93-
export interface ChatContentReference {
94-
/**
95-
* The resource that was referenced.
96-
*/
97-
reference: Uri | Location;
98-
}
99-
10086
/**
10187
* Displays a {@link Command command} as a button in the chat response.
10288
*/

0 commit comments

Comments
 (0)