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
The reference provider seems to do a lot of redundant fetches
It might be a good idea to change the schema to store a map<string, Ranges> instead of List[(Filename, Range)]. That would mean we only store the filename once for all references in that file and we solve the redundant semanticdb fetching problem.
The text was updated successfully, but these errors were encountered:
The reference provider seems to do a lot of redundant fetches
It might be a good idea to change the schema to store a
map<string, Ranges>
instead ofList[(Filename, Range)]
. That would mean we only store the filename once for all references in that file and we solve the redundant semanticdb fetching problem.The text was updated successfully, but these errors were encountered: