mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
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:
committed by
GitHub
parent
47fac5e7c0
commit
ebd67244fb
@@ -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`')
|
||||
|
||||
Reference in New Issue
Block a user