Enable exp for command center (#158851)

This commit is contained in:
Harald Kirschner
2022-08-23 08:32:38 +02:00
committed by GitHub
parent 61be189220
commit 757479597c
@@ -539,6 +539,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
'window.commandCenter': {
type: 'boolean',
default: false,
tags: ['experimental'],
markdownDescription: localize('window.commandCenter', "Show command launcher together with the window title. This setting only has an effect when {0} is set to {1}.", '`#window.titleBarStyle#`', '`custom`')
},
'window.menuBarVisibility': {