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
fix: automatically invalidate moved/deleted entries from the ResourceForUriCache (#1235)
If a resource is moved or deleted, it's possible that the resource
stored for its URI in the ResourceForUriCache stops being `accessible`.
This commit changes `ResourceForUriCache.get(URI)` so that, if a
resource is present in the cache but is no longer accessible, the
corresponding cache entry is invalidated. In this case, `.get(URI)` then
tries to determine the up-to-date IResource again.
Fixes a regression introduced in
#1208. Specifically, this
commit
addresses the concern raised in
#1208 (comment)
0 commit comments