prisma / language-tools

🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
https://marketplace.visualstudio.com/items?itemName=Prisma.prisma
Apache License 2.0
257 stars 40 forks source link

Split schema support #1718

Closed SevInf closed 6 months ago

SevInf commented 6 months ago

Use @prisma/schema-files-loader to resolve schema files from memory or disk. See also https://github.com/prisma/prisma/pull/24085

Message handler's methods now accept PrismaSchema instance from outside, rather than creating it from a single document. Singatures of the methods are also adjusted to consistently be in (schema, intitianigDocument, params) form.

As per our Slack discussion, tests are split into it's own task: prisma/team-orm#1140

Contribute to https://github.com/prisma/team-orm/issues/1042

github-actions[bot] commented 6 months ago

🤖 Pull request artifacts

empty string

file commit
prisma.vsix 8c51c69edf73447c046e93ad0596fab9458fbd6a
github-actions[bot] commented 6 months ago

Try this extension build via GitPod