Skip to content

Commit 2095ace

Browse files
authored
1 parent faf7e64 commit 2095ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/preferences/common/preferencesContribution.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ registry.registerConfiguration({
129129
'workbench.settings.useWeightedKeySearch': {
130130
'type': 'boolean',
131131
'default': false,
132-
'description': nls.localize('useWeightedKeySearch', "Controls whether to use a new weight calculation algorithm to order certain search results in the Settings editor. The only search results that will be affected are those where the search query has been determined to match the setting key, and the weights will be calculated in a way that places settings with more matched words and shorter names to the top of the search results."),
132+
'description': nls.localize('useWeightedKeySearch', "Controls whether to use an experimental ranking algorithm for search results in the Settings editor. The newer algorithm is still in development and aims to show fewer and more relevant results."),
133133
'scope': ConfigurationScope.WINDOW,
134-
'tags': ['preview']
134+
'tags': ['experimental']
135135
}
136136
}
137137
});

0 commit comments

Comments
 (0)