-
Notifications
You must be signed in to change notification settings - Fork 38.3k
Closed
Labels
Milestone
Description
Refs: #226039
- anyOS @isidorn
- anyOS @Yoyokrazy
- anyOS @justschen
Complexity: 4
Sanity testing section
- Open the Settings UI.
- Confirm that
workbench.settings.useWeightedKeySearchis unchecked by default. - Search for "editor formonpast".
- Confirm that
editor.formatOnPasteshows up. - Search for "editor.formatonpaste".
- Confirm that only
editor.formatOnPasteshows up. - Search for "stickyscrolle".
- Confirm that
terminal.integrated.stickyScroll.enabledshows up. - Enable
workbench.settings.useWeightedKeySearchby checking the checkbox. - Confirm that searching for "editor formonpast", "editor.formatonpaste", and "stickyscrolle" still yield the same expected setting(s) as before.
- Confirm that searching for "editor fomonpast" yields
editor.formatOnPaste. - Confirm that searching for "editor tab size" yields
editor.tabSizeas the first result.
Open testing section
Try out other queries to search for your favourite settings!
For this iteration, we plan to ship with workbench.settings.useWeightedKeySearch unchecked by default.
Please try searching with the setting enabled and searching with the setting disabled.
Let me know if there are any queries that fail to yield an expected result, especially if the query yields the expected result with the setting disabled but not with the setting enabled.
Known issues
Synonym search (e.g. "editor paste style") is still not supported.
Typo detection (e.g. "editor formstonpaste") is still not supported.
Reactions are currently unavailable