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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
The spec says that filterText can be provided to be used as the sort and filter keys, and that label is used if it is falsey.
It currently filters on the text key of the converted completion. This value was set to the value of insertText, which can be a full on snippet and so is not a good candidate for filtering, nor following the spec at all.
The text was updated successfully, but these errors were encountered:
The spec says that
filterText
can be provided to be used as the sort and filter keys, and thatlabel
is used if it is falsey.It currently filters on the
text
key of the converted completion. This value was set to the value ofinsertText
, which can be a full on snippet and so is not a good candidate for filtering, nor following the spec at all.The text was updated successfully, but these errors were encountered: