You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
registry.registerWorkbenchAction(SyncActionDescriptor.from(CloseAllEditorsAction,{primary: KeyChord(KeyMod.CtrlCmd|KeyCode.KeyK,KeyMod.CtrlCmd|KeyCode.KeyW)}),'View: Close All Editors',Categories.View.value);
201
-
registry.registerWorkbenchAction(SyncActionDescriptor.from(CloseAllEditorGroupsAction,{primary: KeyChord(KeyMod.CtrlCmd|KeyCode.KeyK,KeyMod.CtrlCmd|KeyMod.Shift|KeyCode.KeyW)}),'View: Close All Editor Groups',Categories.View.value);
202
-
registry.registerWorkbenchAction(SyncActionDescriptor.from(CloseLeftEditorsInGroupAction),'View: Close Editors to the Left in Group',Categories.View.value);
203
-
registry.registerWorkbenchAction(SyncActionDescriptor.from(CloseEditorsInOtherGroupsAction),'View: Close Editors in Other Groups',Categories.View.value);
204
-
registry.registerWorkbenchAction(SyncActionDescriptor.from(CloseEditorInAllGroupsAction),'View: Close Editor in All Groups',Categories.View.value);
205
-
registry.registerWorkbenchAction(SyncActionDescriptor.from(RevertAndCloseEditorAction),'View: Revert and Close Editor',Categories.View.value);
registry.registerWorkbenchAction(SyncActionDescriptor.from(JoinTwoGroupsAction),'View: Join Editor Group with Next Group',Categories.View.value);
214
-
registry.registerWorkbenchAction(SyncActionDescriptor.from(JoinAllGroupsAction),'View: Join All Editor Groups',Categories.View.value);
215
-
216
-
registry.registerWorkbenchAction(SyncActionDescriptor.from(NavigateBetweenGroupsAction),'View: Navigate Between Editor Groups',Categories.View.value);
217
-
218
-
registry.registerWorkbenchAction(SyncActionDescriptor.from(ResetGroupSizesAction),'View: Reset Editor Group Sizes',Categories.View.value);
219
-
registry.registerWorkbenchAction(SyncActionDescriptor.from(ToggleGroupSizesAction),'View: Toggle Editor Group Sizes',Categories.View.value);
220
-
registry.registerWorkbenchAction(SyncActionDescriptor.from(MaximizeGroupAction),'View: Maximize Editor Group and Hide Side Bars',Categories.View.value);
0 commit comments