Skip to content

Commit ae358fc

Browse files
authored
Update copy icon (#7969)
1 parent 1215412 commit ae358fc

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

resources/icons/copy.svg

Lines changed: 1 addition & 2 deletions
Loading

src/@types/vscode.proposed.chatParticipantAdditions.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
declare module 'vscode' {
77

88
export interface ChatParticipant {
9-
onDidPerformAction: Event<ChatUserActionEvent>;
9+
readonly onDidPerformAction: Event<ChatUserActionEvent>;
1010
}
1111

1212
/**
@@ -442,7 +442,7 @@ declare module 'vscode' {
442442
* Event that fires when a request is paused or unpaused.
443443
* Chat requests are initially unpaused in the {@link requestHandler}.
444444
*/
445-
onDidChangePauseState: Event<ChatParticipantPauseStateEvent>;
445+
readonly onDidChangePauseState: Event<ChatParticipantPauseStateEvent>;
446446
}
447447

448448
export interface ChatParticipantPauseStateEvent {

0 commit comments

Comments
 (0)