mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
remove experimental from command center setting, https://github.com/microsoft/vscode/issues/149445 (#151717)
This commit is contained in:
@@ -538,10 +538,10 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
|
||||
'default': isMacintosh ? ' \u2014 ' : ' - ',
|
||||
'markdownDescription': localize("window.titleSeparator", "Separator used by `window.title`.")
|
||||
},
|
||||
'window.experimental.commandCenter': {
|
||||
'window.commandCenter': {
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
markdownDescription: localize('window.experimental.commandCenter', "Show command launcher together with the window title. This setting only has an effect when `#window.titleBarStyle#` is set to `custom`.")
|
||||
markdownDescription: localize('window.commandCenter', "Show command launcher together with the window title. This setting only has an effect when `#window.titleBarStyle#` is set to `custom`.")
|
||||
},
|
||||
'window.menuBarVisibility': {
|
||||
'type': 'string',
|
||||
|
||||
Reference in New Issue
Block a user