rename titleMenu to commandCenter

This changes hows types and variables are called but also theme colors and the setting name are changing
This commit is contained in:
Johannes
2022-05-24 12:53:25 +02:00
parent 927f12f067
commit 957a9dc194
9 changed files with 53 additions and 53 deletions

View File

@@ -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.titleMenu': {
'window.experimental.commandCenter': {
type: 'boolean',
default: false,
description: localize('window.experimental.titleMenu', "Show window title as menu")
description: localize('window.experimental.commandCenter', "Show command launcher together with the window title.")
},
'window.menuBarVisibility': {
'type': 'string',