v8.0.0-rc.7-dev.1: fix(language-server): canonicalize Windows file URIs (#30121)
- Prisma 近 90 天出现 19 次
- Prisma 近 90 天第 19 次发版
- 上一次:同一天稍早 · v8.0.0-rc.7
发生了什么
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…
摘要按规则整理自下方来源原文