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(newSyncActionDescriptor(SaveAllAction,SaveAllAction.ID,SaveAllAction.LABEL,{primary: void0,mac: {primary: KeyMod.CtrlCmd|KeyMod.Alt|KeyCode.KEY_S},win: {primary: KeyChord(KeyMod.CtrlCmd|KeyCode.KEY_K,KeyCode.KEY_S)}}),'Files: Save All',category);
215
215
registry.registerWorkbenchAction(newSyncActionDescriptor(SaveFilesAction,SaveFilesAction.ID,null/* only for programmatic trigger */),null);
216
-
registry.registerWorkbenchAction(newSyncActionDescriptor(SaveIfDirtyFileAction,SaveIfDirtyFileAction.ID,null/* only for programmatic trigger */),null);
registry.registerWorkbenchAction(newSyncActionDescriptor(GlobalNewFileAction,GlobalNewFileAction.ID,GlobalNewFileAction.LABEL),'Files: New File',category);
219
218
registry.registerWorkbenchAction(newSyncActionDescriptor(GlobalNewFolderAction,GlobalNewFolderAction.ID,GlobalNewFolderAction.LABEL),'Files: New Folder',category);
0 commit comments