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
'description': nls.localize('revealIfOpen',"Controls whether an editor is revealed in any of the visible groups if opened. If disabled, an editor will prefer to open in the currently active editor group. If enabled, an already opened editor will be revealed instead of opened again in the currently active editor group. Note that there are some cases where this setting is ignored, e.g. when forcing an editor to open in a specific group or to the side of the currently active group."),
108
108
'default': false
109
109
},
110
-
'workbench.editor.swipeToNavigate': {
111
-
'type': 'boolean',
112
-
'description': nls.localize('swipeToNavigate',"Navigate between open files using three-finger swipe horizontally."),
113
-
'default': false,
114
-
'included': isMacintosh&&!isWeb
115
-
},
116
110
'workbench.editor.mouseBackForwardToNavigate': {
117
111
'type': 'boolean',
118
112
'description': nls.localize('mouseBackForwardToNavigate',"Navigate between open files using mouse buttons four and five if provided."),
0 commit comments