graphql / vscode-graphql

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

Updated README.md #455

Closed WorldSeso7 closed 2 years ago

WorldSeso7 commented 2 years ago

The config path for root directory was "graphql-config.load.baseDir": "./config" but it's not working. The working form is "graphql-config.load.rootDir": "./config" with rootDir property

acao commented 2 years ago

thank you @WorldSeso7 !