← Back to events
ActiveTechRelease8.0.0-rc.7

v8.0.0-rc.7-dev.1: fix(language-server): canonicalize Windows file URIs (#30121)

What happened

Linked issue n/a — small change At a glance const set = resolveSchemaInputs ( configWith ( [ 'D:\\project\\next.prisma' ] ) ) expect ( set . includes ( 'file:///d%3A/project/next.prisma' ) ) . toBe ( true ) Previously, the configured URI and VS Code document URI were compared as serialized strings, so this Windows document was treated as outside the project. Decision This PR ships canonical filesystem identities for…

Summary assembled by rule from the sources below

Why it's spreading

Sources