mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user