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

Do I need .graphqlconfig.yml to use the extension? #32

Closed christiannwamba closed 6 years ago

christiannwamba commented 6 years ago

Since this extension works with gql, do I need .graphqlconfig to use it? It keeps popping this error whenever I launch a GraphQL project:

screen shot 2018-06-19 at 8 57 04 pm
divyenduz commented 6 years ago

The extension kicks in when graphql config file is present. However, the extension will work with .graphql files.

We should make the extension silent about existence of graphql config file.

Closing this one as it is covered in https://github.com/prismagraphql/vscode-graphql/issues/7