We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1215412 commit ae358fcCopy full SHA for ae358fc
2 files changed
resources/icons/copy.svg
src/@types/vscode.proposed.chatParticipantAdditions.d.ts
@@ -6,7 +6,7 @@
6
declare module 'vscode' {
7
8
export interface ChatParticipant {
9
- onDidPerformAction: Event<ChatUserActionEvent>;
+ readonly onDidPerformAction: Event<ChatUserActionEvent>;
10
}
11
12
/**
@@ -442,7 +442,7 @@ declare module 'vscode' {
442
* Event that fires when a request is paused or unpaused.
443
* Chat requests are initially unpaused in the {@link requestHandler}.
444
*/
445
- onDidChangePauseState: Event<ChatParticipantPauseStateEvent>;
+ readonly onDidChangePauseState: Event<ChatParticipantPauseStateEvent>;
446
447
448
export interface ChatParticipantPauseStateEvent {
0 commit comments