[solved] "a Prisma 1 datamodel"

You might currently be viewing a Prisma 1 datamodel which is based on the GraphQL syntax. The current Prisma Language Server doesn't support this syntax. If you are handling a Prisma 1 datamodel, please change the file extension to .graphql so the new Prisma Language Server does not get triggered anymore.

That’s what VSCode told me as I was trying to build up a model for my app

Sounds like we’ve some catching up to do !!

Can you share some screenshots of your project and what you are doing?

Redwood is on the latest Prisma.

Sure, all you have to do is use [what is apparently] an outdated syntax

put this into a model

as: Int

we can close this one !!