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: key URI caches by NormalizedUri (text cache, settings cache)
TextCache and the per-document settings cache were keyed by raw URI strings, so a differently-encoded URI for the same file (Windows `%3A` vs `:`) could leak a duplicate entry or miss the cache - the same class as the diagnostic-store slip. Both now normalize at the boundary, matching how the reference and symbol indexes already key. Also tighten `lookupUris` and `isVisibleInContext` to `NormalizedUri` (values were already normalized; the type just dropped the brand).
Docs: correct a stale architecture note calling MSG/TRA purely highlight-only - they are now parsed server-side for diagnostics.
0 commit comments