revert back to electron 6 (#89245)

This commit is contained in:
Benjamin Pasero
2020-01-24 23:39:40 +01:00
committed by Robo
parent 856a5ad8ad
commit 5d498736f4
16 changed files with 289 additions and 378 deletions

View File

@@ -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',