Skip to content

Commit ca31c02

Browse files
committed
Remove more dead deprecated Chat types
1 parent 3b3e8c2 commit ca31c02

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)