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
@@ -45,6 +45,7 @@ import product from 'vs/platform/product/node/product';
45
45
registry.registerWorkbenchAction(newSyncActionDescriptor(OpenLocalFolderAction,OpenLocalFolderAction.ID,OpenLocalFolderAction.LABEL,{primary: KeyChord(KeyMod.CtrlCmd|KeyCode.KEY_K,KeyMod.CtrlCmd|KeyCode.KEY_O)},RemoteFileDialogContext),'File: Open Local Folder...',fileCategory);
46
46
}
47
47
48
+
registry.registerWorkbenchAction(newSyncActionDescriptor(SaveLocalFileAction,SaveLocalFileAction.ID,SaveLocalFileAction.LABEL,{primary: KeyMod.CtrlCmd|KeyMod.Shift|KeyCode.KEY_S},RemoteFileDialogContext),'File: Save Local File...',fileCategory);
48
49
registry.registerWorkbenchAction(newSyncActionDescriptor(QuickOpenRecentAction,QuickOpenRecentAction.ID,QuickOpenRecentAction.LABEL),'File: Quick Open Recent...',fileCategory);
49
50
registry.registerWorkbenchAction(newSyncActionDescriptor(OpenRecentAction,OpenRecentAction.ID,OpenRecentAction.LABEL,{primary: KeyMod.CtrlCmd|KeyCode.KEY_R,mac: {primary: KeyMod.WinCtrl|KeyCode.KEY_R}}),'File: Open Recent...',fileCategory);
50
51
registry.registerWorkbenchAction(newSyncActionDescriptor(CloseWorkspaceAction,CloseWorkspaceAction.ID,CloseWorkspaceAction.LABEL,{primary: KeyChord(KeyMod.CtrlCmd|KeyCode.KEY_K,KeyCode.KEY_F)}),'File: Close Workspace',fileCategory);
0 commit comments