This repository demonstrates the issue described at prisma/language-tools#1803
- Clone the repository at https://github.com/tom-groves/prisma-extension-nested-schema-folders-example
- Open in VS Code
- Running
npx prisma generate
will generate the Prisma Client successfully - Nested Prisma schemas, such as
src/modules/company/company.prisma
, will be in an error state