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
Remove private method generateEnumCompetionCandidates and rename generateNonEnumCompetionCandidates to generateCompetionCandidates: options of type enum have completion candidates so there is no need for special treatment for enum types.
The text was updated successfully, but these errors were encountered:
Remove private method
generateEnumCompetionCandidates
and renamegenerateNonEnumCompetionCandidates
togenerateCompetionCandidates
: options of typeenum
have completion candidates so there is no need for special treatment for enum types.The text was updated successfully, but these errors were encountered: