Skip to content

Commit 1fac56e

Browse files
author
Benjamin Pasero
committed
enable mouseBackForwardToNavigate setting on macOS (for microsoft#8641)
1 parent 5a1b063 commit 1fac56e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/vs/workbench/browser/workbench.contribution.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ import { URI } from 'vs/base/common/uri';
133133
'workbench.editor.mouseBackForwardToNavigate': {
134134
'type': 'boolean',
135135
'description': nls.localize('mouseBackForwardToNavigate', "Navigate between open files using mouse buttons four and five if provided."),
136-
'default': true,
137-
'included': !isMacintosh
136+
'default': true
138137
},
139138
'workbench.editor.restoreViewState': {
140139
'type': 'boolean',

0 commit comments

Comments
 (0)