Function filterItems

  • Filter the list of quick pick items based on the provided filter. Items are filtered based on if:

    • their label satisfies the filter using fuzzy.
    • their description satisfies the filter using fuzzy.
    • their detail satisfies the filter using fuzzy. Filtered items are also updated to display proper highlights based on how they were filtered.

    Parameters

    Returns QuickPickItemOrSeparator[]

    the list of quick pick items that satisfy the filter.