mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
enable mouseBackForwardToNavigate setting on macOS (for #8641)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user