RootCauseunvalidated
a single regex replace of the leading file:// — which on file:///C:/... yields /C:/... — the [REDACTED] handler's only transform on the incoming uri. Tension: the subsequent startsWith(workspaceRoot) check is always false. Outcome: every diagnostic fell through the "doesn't belong to this workspace" branch and was dropped.
6d45c1fe-9e0d-4713-b012-74230bccb95a
a single regex replace of the leading file:// — which on file:///C:/... yields /C:/... — the [REDACTED] handler's only transform on the incoming uri. Tension: the subsequent startsWith(workspaceRoot) check is always false. Outcome: every diagnostic fell through the "doesn't belong to this workspace" branch and was dropped.