set default to false for layout control with new setting

This commit is contained in:
SteVen Batten 2021-11-29 12:43:41 -08:00
parent 6191026e27
commit bc3f2d9dd7
No known key found for this signature in database

View file

@ -364,7 +364,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
'workbench.experimental.layoutControl.enabled': {
'type': 'boolean',
'tags': ['experimental'],
'default': product.quality !== 'stable ',
'default': false,
'description': localize('layoutControlEnabled', "Controls whether the layout control button in the custom title bar is enabled."),
},
'workbench.experimental.sidePanel.enabled': {