You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Prisma CLI is able to correctly generate based on the nested Prisma files, but the VS Code extension is not, as indicated in the following screenshot:
Thanks for the excellent work on Prisma π I'm encountering a bug as follows:
Bug description
I am using the
prismaSchemaFolder
preview feature. My source code is structured by module, i.e.:The Prisma CLI is able to correctly generate based on the nested Prisma files, but the VS Code extension is not, as indicated in the following screenshot:
How to reproduce
npx prisma generate
will generate the Prisma Client successfullysrc/modules/company/company.prisma
, will be in an error stateExpected behavior
The Prisma extension resolves the various nested
.prisma
files.The text was updated successfully, but these errors were encountered: