@@ -32,7 +32,7 @@ import {
3232 CloseLeftEditorsInGroupAction , OpenNextEditor , OpenPreviousEditor , NavigateBackwardsAction , NavigateForwardAction , NavigatePreviousAction , ReopenClosedEditorAction ,
3333 QuickAccessPreviousRecentlyUsedEditorInGroupAction , QuickAccessPreviousEditorFromHistoryAction , ShowAllEditorsByAppearanceAction , ClearEditorHistoryAction , MoveEditorRightInGroupAction , OpenNextEditorInGroup ,
3434 OpenPreviousEditorInGroup , OpenNextRecentlyUsedEditorAction , OpenPreviousRecentlyUsedEditorAction , MoveEditorToPreviousGroupAction ,
35- MoveEditorToNextGroupAction , MoveEditorToFirstGroupAction , MoveEditorLeftInGroupAction , ClearRecentFilesAction , OpenLastEditorInGroup ,
35+ MoveEditorToNextGroupAction , MoveEditorToFirstGroupAction , MoveEditorLeftInGroupAction , MoveEditorToStartAction , MoveEditorToEndAction , ClearRecentFilesAction , OpenLastEditorInGroup ,
3636 ShowEditorsInActiveGroupByMostRecentlyUsedAction , MoveEditorToLastGroupAction , OpenFirstEditorInGroup , MoveGroupUpAction , MoveGroupDownAction , FocusLastGroupAction , SplitEditorLeftAction , SplitEditorRightAction ,
3737 SplitEditorUpAction , SplitEditorDownAction , MoveEditorToLeftGroupAction , MoveEditorToRightGroupAction , MoveEditorToAboveGroupAction , MoveEditorToBelowGroupAction , CloseAllEditorGroupsAction ,
3838 JoinAllGroupsAction , FocusLeftGroup , FocusAboveGroup , FocusRightGroup , FocusBelowGroup , EditorLayoutSingleAction , EditorLayoutTwoColumnsAction , EditorLayoutThreeColumnsAction , EditorLayoutTwoByTwoGridAction ,
@@ -225,6 +225,8 @@ registerAction2(MinimizeOtherGroupsHideSidebarAction);
225225
226226registerAction2 ( MoveEditorLeftInGroupAction ) ;
227227registerAction2 ( MoveEditorRightInGroupAction ) ;
228+ registerAction2 ( MoveEditorToStartAction ) ;
229+ registerAction2 ( MoveEditorToEndAction ) ;
228230
229231registerAction2 ( MoveGroupLeftAction ) ;
230232registerAction2 ( MoveGroupRightAction ) ;
0 commit comments