openDefaultSettings -> false by default #64932

This commit is contained in:
Rob Lourens
2018-12-13 10:40:08 -08:00
parent bf15510776
commit 8ecc07fb58
@@ -597,7 +597,7 @@ configurationRegistry.registerConfiguration({
'workbench.settings.openDefaultSettings': {
'type': 'boolean',
'description': nls.localize('openDefaultSettings', "Controls whether opening settings also opens an editor showing all default settings."),
'default': true
'default': false
},
'workbench.settings.openDefaultKeybindings': {
'type': 'boolean',