← 返回事件
持续讨论科技发版8.0.0-rc.7

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

发生了什么

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…

摘要按规则整理自下方来源原文

为什么在扩散

来源