mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
revert back to electron 6 (#89245)
This commit is contained in:
@@ -133,7 +133,8 @@ 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
|
||||
'default': true,
|
||||
'included': !isMacintosh
|
||||
},
|
||||
'workbench.editor.restoreViewState': {
|
||||
'type': 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user