Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Jan 30, 2025
1 parent faf7e64 commit 2095ace
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ registry.registerConfiguration({
'workbench.settings.useWeightedKeySearch': {
'type': 'boolean',
'default': false,
'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."),
'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."),
'scope': ConfigurationScope.WINDOW,
'tags': ['preview']
'tags': ['experimental']
}
}
});

0 comments on commit 2095ace

Please sign in to comment.