Chat - add new API to be able to represent a file that was deleted in a session (#289620)

* Chat - add new API to be able to represent a file that was deleted in a session

* More fixes
This commit is contained in:
Ladislau Szomoru
2026-01-22 12:48:03 +01:00
committed by GitHub
parent 119f50a5a5
commit 401c155660
6 changed files with 53 additions and 6 deletions

View File

@@ -1890,6 +1890,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
InteractiveSessionVoteDirection: extHostTypes.InteractiveSessionVoteDirection,
ChatCopyKind: extHostTypes.ChatCopyKind,
ChatSessionChangedFile: extHostTypes.ChatSessionChangedFile,
ChatSessionChangedFile2: extHostTypes.ChatSessionChangedFile2,
ChatEditingSessionActionOutcome: extHostTypes.ChatEditingSessionActionOutcome,
InteractiveEditorResponseFeedbackKind: extHostTypes.InteractiveEditorResponseFeedbackKind,
DebugStackFrame: extHostTypes.DebugStackFrame,