From c55ebdf878556e03315810cf537febb23909d96a Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Tue, 15 Feb 2022 13:14:57 +0100 Subject: [PATCH] docs(README): Remove mention of .prisma files Not really relevant any more. Also currently wrong "GraphQL 1" which should be "Prisma 1" --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3eabcb7f..ee219ae6 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ GraphQL extension VSCode built with the aim to tightly integrate the GraphQL Eco ![](https://camo.githubusercontent.com/97dc1080d5e6883c4eec3eaa6b7d0f29802e6b4b/687474703a2f2f672e7265636f726469742e636f2f497379504655484e5a342e676966) -> 💡 **Note:** This extension no longer supports `.prisma` files. If you are using this extension with GraphQL 1, please rename your datamodel from `datamodel.prisma` to `datamodel.graphql` and this extension will pick that up. - ## Features Lots of new improvements happening! We now have a [`CHANGELOG.md`](https://github.com/graphql/vscode-graphql/blob/master/CHANGELOG.md#change-log)