You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last iteration, we shipped a regression fix for the Settings editor where "editor formonpast" was not showing editor.formatOnPaste. I also implemented a new search algorithm behind a feature flag, but it was too buggy to ship with the flag enabled by default. This iteration, I continued working on the new settings search algorithm, which attempts to show fewer but more relevant results. However, the new search algorithm still does not implement synonym and typo detection.
Sanity testing section
Open the Settings UI.
Confirm that workbench.settings.useWeightedKeySearch is unchecked by default.
Search for "editor formonpast".
Confirm that editor.formatOnPaste shows up.
Search for "stickyscrolle".
Confirm that terminal.integrated.stickyScroll.enabled shows up.
Enable workbench.settings.useWeightedKeySearch by 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 "fomonpast" yields editor.formatOnPaste.
Confirm that searching for "editor tab size" and "tab" both yield editor.tabSize as the first result.
Open testing section
Try out other queries with workbench.settings.useWeightedKeySearch enabled to search for your favourite settings!
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.
The text was updated successfully, but these errors were encountered:
Refs: #235852 (overarching epic), and specifically #221535 and #203838
Complexity: 4
Create Issue
Create Issue
Last iteration, we shipped a regression fix for the Settings editor where "editor formonpast" was not showing
editor.formatOnPaste
. I also implemented a new search algorithm behind a feature flag, but it was too buggy to ship with the flag enabled by default. This iteration, I continued working on the new settings search algorithm, which attempts to show fewer but more relevant results. However, the new search algorithm still does not implement synonym and typo detection.Sanity testing section
workbench.settings.useWeightedKeySearch
is unchecked by default.editor.formatOnPaste
shows up.terminal.integrated.stickyScroll.enabled
shows up.workbench.settings.useWeightedKeySearch
by checking the checkbox.editor.formatOnPaste
.editor.tabSize
as the first result.Open testing section
Try out other queries with
workbench.settings.useWeightedKeySearch
enabled to search for your favourite settings!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.
The text was updated successfully, but these errors were encountered: