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

Update graphql-config to support '.graphqlrc' files #142

Closed kripod closed 4 years ago

kripod commented 4 years ago

While using GraphQL Code Generator, I wanted to use a shared configuration for all GraphQL-related settings. While this project supports only the '.graphqlconfig' files as defined by graphql-config@2, graphql-codegen is on the edge with graphql-config@3, supporting only .graphqlrc files.

aspirisen commented 4 years ago

I don't know if it is possible now, but it would be good if you could select path to the config file in vscode settings

UPD: Looks like my comment is related to https://github.com/prisma-labs/vscode-graphql/issues/132#issue-493703112

acao commented 4 years ago

we now support all graphql-config@3 filenames by default!