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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
There are different approaches we can use to fix this issue:
aggregate hover messages
sort hover messages and pick the first one
encode the priority of hover messages somehow in the LSIF protocol
I lean towards the second option as the quickest fix and we should consider the third option as we start storing LSIF Typed natively since it should be fairly easy to specify which ranges enclose a synthetic symbol definition (which should have a lower priority compared to non-synthetic symbol definitions).