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
[platform] RIDER-93719 Select in Project View: fall back to virtualFile if element is null
This should fix the regression and shouldn't break anything because if the element is null
it may either mean that it wasn't specified intentionally, and we should select the file,
or that it may have been invalidated by a PSI reparse, in which case it makes perfect
sense to select the containing file instead.
GitOrigin-RevId: 47567eddfbb4b51d71e54a4e720736b35f3b6518
0 commit comments