Description and expected behavior
The customAttributesAsComments flag released in v2.8.0 works for the output schema of zenstack generate, but does not affect the comments inside the schema generated in .logical-prisma-client/schema.prisma
I updated plugin section accordingly:
plugin prisma {
provider = '@core/prisma'
output = './prisma/schema.prisma'
customAttributesAsComments = true
}

Environment (please complete the following information):
- ZenStack version:
v2.10.0 but the bug found in a feature introduced in v2.8.0
- Prisma version:
6.0.1
Additional context
Discovered this as I was going through the upgrade of zenstack from v2.5.1 to v2.10.0.