diff --git a/src/vs/workbench/browser/workbench.contribution.ts b/src/vs/workbench/browser/workbench.contribution.ts index 81b850a897c..f8d1715e921 100644 --- a/src/vs/workbench/browser/workbench.contribution.ts +++ b/src/vs/workbench/browser/workbench.contribution.ts @@ -350,11 +350,13 @@ const registry = Registry.as(ConfigurationExtensions.Con }, 'workbench.commandPalette.experimental.suggestCommands': { 'type': 'boolean', + tags: ['experimental'], 'description': localize('suggestCommands', "Controls whether the command palette should have a list of commonly used commands."), 'default': false }, 'workbench.commandPalette.experimental.useSemanticSimilarity': { '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 },