v8.0.0-rc.7-dev.1: fix(language-server): canonicalize Windows file URIs (#30121)
- Prisma: 17 events in the last 90 days
- Prisma: 17th Release in the last 90 days
- Previous: earlier the same day · v8.0.0-rc.7
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