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
2841: feat: change interfaces to types for quickinfo r=sprutton1 a=sprutton1
Same as described [here](microsoft/TypeScript#38040), the Typescript system does not extract deep information from `interface`s, so if we want the details on the hover/hotkey, we need them to be `type`s.
I have no idea what implications this might have elsewhere, so insight there would be good. Everything seems good in my tests still.
Co-authored-by: Scott Prutton <[email protected]>
0 commit comments