Filter the list of quick pick items based on the provided filter. Items are filtered based on if:
label
fuzzy
description
detail
the list of quick pick items.
the filter to search for.
the list of quick pick items that satisfy the filter.
Filter the list of quick pick items based on the provided filter. Items are filtered based on if:
label
satisfies the filter usingfuzzy
.description
satisfies the filter usingfuzzy
.detail
satisfies the filter usingfuzzy
. Filtered items are also updated to display proper highlights based on how they were filtered.