mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
feat: instrument accepting and rejecting chat edits (#230748)
* feat: instrument accepting and rejecting chat edits * eslint * Fix compile
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user