mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
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:
committed by
GitHub
parent
2f867fa7a1
commit
e6de1b0822
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user