Skip to content

Commit 6f9bd01

Browse files
Add setting description (microsoft#181277)
Could change in the future if we handle semantic similarity in core, but for now it's mentioned here.
1 parent 0ef6ae5 commit 6f9bd01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/workbench/browser/workbench.contribution.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,11 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
343343
'description': localize('suggestCommands', "Controls whether the command palette should have a list of commonly used commands."),
344344
'default': false
345345
},
346+
'workbench.commandPalette.experimental.useSemanticSimilarity': {
347+
'type': 'boolean',
348+
'description': localize('useSemanticSimilarity', "Controls whether the command palette should include similar commands. You must have an extension installed that provides Semantic Similarity."),
349+
'default': false
350+
},
346351
'workbench.quickOpen.closeOnFocusLost': {
347352
'type': 'boolean',
348353
'description': localize('closeOnFocusLost', "Controls whether Quick Open should close automatically once it loses focus."),

0 commit comments

Comments
 (0)