feat: instrument accepting and rejecting chat edits (#230748)

* feat: instrument accepting and rejecting chat edits

* eslint

* Fix compile
This commit is contained in:
Joyce Er
2024-10-08 00:29:59 -07:00
committed by GitHub
parent 4ba135f790
commit 3709bf2387
7 changed files with 60 additions and 16 deletions

View File

@@ -1742,6 +1742,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
EditSessionIdentityMatch: EditSessionIdentityMatch,
InteractiveSessionVoteDirection: extHostTypes.InteractiveSessionVoteDirection,
ChatCopyKind: extHostTypes.ChatCopyKind,
ChatEditingSessionActionOutcome: extHostTypes.ChatEditingSessionActionOutcome,
InteractiveEditorResponseFeedbackKind: extHostTypes.InteractiveEditorResponseFeedbackKind,
DebugStackFrame: extHostTypes.DebugStackFrame,
DebugThread: extHostTypes.DebugThread,