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
MenuRegistry.appendMenuItem(MenuId.EditorTitle,{command: {id: editorCommands.TOGGLE_DIFF_INLINE_MODE,title: nls.localize('toggleSideBySideView',"Toggle Side By Side View")},group: '1_diff',order: 10,when: ContextKeyExpr.has('isInDiffEditor')});
439
+
MenuRegistry.appendMenuItem(MenuId.EditorTitle,{command: {id: editorCommands.TOGGLE_DIFF_SIDE_BY_SIDE,title: nls.localize('toggleSideBySideView',"Toggle Side By Side View")},group: '1_diff',order: 10,when: ContextKeyExpr.has('isInDiffEditor')});
440
440
MenuRegistry.appendMenuItem(MenuId.EditorTitle,{command: {id: editorCommands.SHOW_EDITORS_IN_GROUP,title: nls.localize('showOpenedEditors',"Show Opened Editors")},group: '3_open',order: 10,when: ContextKeyExpr.has('config.workbench.editor.showTabs')});
accessor.get(INotificationService).warn(nls.localize('diffCommandDeprecation',"Command 'toggle.diff.editorMode' has been deprecated. Please use '{0}' instead.",TOGGLE_DIFF_SIDE_BY_SIDE));
0 commit comments