graphql / vscode-graphql

MIGRATED: VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql
MIT License
555 stars 71 forks source link

docs: Update README to point to graphql-config v2 #175

Closed kara-ryli closed 4 years ago

kara-ryli commented 4 years ago

The linked GraphQL config repository points at the latest version 3 of the spec, but this plugin implements a previous version. This makes that version clear.

acao commented 4 years ago

our LSP uses v3, so we need to upgrade the underlying implementation anyways

acao commented 4 years ago

docs will reflect current state, working on the graphql-config@3 upgrade branch as we speak :). it will reduce redundant code & caches & likely improve performance. and possibly some improvements to the LSP for us!