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
Speed up the generation of no-member suggestions (#10277) (#10311)
Previously, edit distances were calculated for strings that had
length differences greater than the maximum suggestion threshold.
Remove handling of missing-member-hint-distance = 0
Co-authored-by: Pierre Sassoulas <[email protected]>
(cherry picked from commit 9a6168d)
Co-authored-by: correctmost <[email protected]>
0 commit comments