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
Currently the marker resolution is sorted, but markers with the *lowest*
relevance are show on top, and therefore these are selected by default.
This is confusing and gives a bad user experience, also this is the
reverse order than we use when offering the quickfix in the editor
itself.
This now sorts the list that the marker with the highest relevance is on
top and selected by default.
0 commit comments