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
@@ -207,7 +207,7 @@ registry.registerWorkbenchAction(new SyncActionDescriptor(SaveFileAsAction, Save
207
207
registry.registerWorkbenchAction(newSyncActionDescriptor(GlobalNewUntitledFileAction,GlobalNewUntitledFileAction.ID,GlobalNewUntitledFileAction.LABEL,{primary: KeyMod.CtrlCmd|KeyCode.KEY_N}),'Files: New Untitled File',category);
208
208
registry.registerWorkbenchAction(newSyncActionDescriptor(GlobalRevealInOSAction,GlobalRevealInOSAction.ID,GlobalRevealInOSAction.LABEL,{primary: KeyChord(KeyMod.CtrlCmd|KeyCode.KEY_K,KeyCode.KEY_R)}),'Files: Reveal Active File',category);
209
209
registry.registerWorkbenchAction(newSyncActionDescriptor(ShowOpenedFileInNewWindow,ShowOpenedFileInNewWindow.ID,ShowOpenedFileInNewWindow.LABEL,{primary: KeyChord(KeyMod.CtrlCmd|KeyCode.KEY_K,KeyCode.KEY_O)}),'Files: Open Active File in New Window',category);
210
-
registry.registerWorkbenchAction(newSyncActionDescriptor(ShowModificationsAction,ShowModificationsAction.ID,ShowModificationsAction.LABEL,{primary: KeyChord(KeyMod.CtrlCmd|KeyCode.KEY_K,KeyCode.KEY_D)}),'Files: Compare with Saved',category);
210
+
registry.registerWorkbenchAction(newSyncActionDescriptor(CompareWithSavedAction,CompareWithSavedAction.ID,CompareWithSavedAction.LABEL,{primary: KeyChord(KeyMod.CtrlCmd|KeyCode.KEY_K,KeyCode.KEY_D)}),'Files: Compare Active File with Saved',category);
constcompareWithSavedAction=this.instantiationService.createInstance(CompareWithSavedAction,CompareWithSavedAction.ID,nls.localize('compareWithSaved',"Compare with Saved"));
0 commit comments