mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Initial cut of seeded command palette (#171293)
* Initial cut of seeded command palette * hook up setting and product.json entry
This commit is contained in:
committed by
GitHub
parent
116d314e60
commit
fc4fba3d93
@@ -333,6 +333,11 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
|
||||
'description': localize('preserveInput', "Controls whether the last typed input to the command palette should be restored when opening it the next time."),
|
||||
'default': false
|
||||
},
|
||||
'workbench.commandPalette.experimental.suggestCommands': {
|
||||
'type': 'boolean',
|
||||
'description': localize('suggestCommands', "Controls whether the command palette should have a list of commonly used commands."),
|
||||
'default': false
|
||||
},
|
||||
'workbench.quickOpen.closeOnFocusLost': {
|
||||
'type': 'boolean',
|
||||
'description': localize('closeOnFocusLost', "Controls whether Quick Open should close automatically once it loses focus."),
|
||||
|
||||
Reference in New Issue
Block a user