Turn on Command Center by default (#191550)

* Turn on Command Center by default

Fixes https://github.com/microsoft/vscode/issues/191549

* remove tag
This commit is contained in:
Tyler James Leonhardt
2023-08-28 19:14:10 -07:00
committed by GitHub
parent 47fac5e7c0
commit ebd67244fb

View File

@@ -583,8 +583,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
},
'window.commandCenter': {
type: 'boolean',
default: false,
tags: ['experimental'],
default: true,
markdownDescription: isWeb ?
localize('window.commandCenterWeb', "Show command launcher together with the window title.") :
localize({ key: 'window.commandCenter', comment: ['{0} is a placeholder for a setting identifier.'] }, "Show command launcher together with the window title. This setting only has an effect when {0} is set to {1}.", '`#window.titleBarStyle#`', '`custom`')