Miscellaneous NL Command Palette improvements (#185382)

* Always show "Ask Copilot"
* Open Quick Question UX instead of Chat view
* If we have _any_ similar commands, show the "similar commands" separators even if there are no regular picks
* Have Semantic Similarity setting be on by default
* Remove QQ setting since it's not really useful
This commit is contained in:
Tyler James Leonhardt
2023-06-16 18:01:30 -07:00
committed by GitHub
parent 2f867fa7a1
commit e6de1b0822
6 changed files with 39 additions and 80 deletions

View File

@@ -358,7 +358,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
'type': 'boolean',
tags: ['experimental'],
'description': localize('useSemanticSimilarity', "Controls whether the command palette should include similar commands. You must have an extension installed that provides Semantic Similarity."),
'default': false
'default': true
},
'workbench.quickOpen.closeOnFocusLost': {
'type': 'boolean',