Skip to content

Commit

Permalink
enable mouseBackForwardToNavigate setting on macOS (for #8641)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Jan 23, 2020
1 parent 5a1b063 commit 1fac56e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vs/workbench/browser/workbench.contribution.ts
Expand Up @@ -133,8 +133,7 @@ import { URI } from 'vs/base/common/uri';
'workbench.editor.mouseBackForwardToNavigate': {
'type': 'boolean',
'description': nls.localize('mouseBackForwardToNavigate', "Navigate between open files using mouse buttons four and five if provided."),
'default': true,
'included': !isMacintosh
'default': true
},
'workbench.editor.restoreViewState': {
'type': 'boolean',
Expand Down

0 comments on commit 1fac56e

Please sign in to comment.