Skip to content

Commit 7574795

Browse files
authored
Enable exp for command center (microsoft#158851)
1 parent 61be189 commit 7574795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/browser/workbench.contribution.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
539539
'window.commandCenter': {
540540
type: 'boolean',
541541
default: false,
542+
tags: ['experimental'],
542543
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`')
543544
},
544545
'window.menuBarVisibility': {

0 commit comments

Comments
 (0)