Apply and file changes part for worktree (#281410)

* api idea

* iterate

* start hacking

* wip

* use the right menu

* update

* update

* Fixes

* Fix test and override

---------

Co-authored-by: Connor Peet <connor@peet.io>
This commit is contained in:
Osvaldo Ortega
2025-12-04 18:55:35 -08:00
committed by GitHub
parent 685766b844
commit 1eea41f3b8
23 changed files with 458 additions and 113 deletions

View File

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