Hello! Is there a plugin for VSCode and/or Intelli...
# orm-help
k
Hello! Is there a plugin for VSCode and/or IntelliJ that supports .prisma files for prisma v1?
r
Hey @Kaspar Naaber 👋 The current plugin is updated to Prisma 2, so you would have to use the
.graphql
extension for Prisma 1 so the model will be
datamodel.graphql
.
k
Thanks! 🙂
👍 1