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

add `legacy` graphql config information #421

Closed acao closed 2 years ago

acao commented 2 years ago

For IntelliJ users and otherwise

We can't enable this by default in the language server because some of the features were intentionally deprecated because of their resource intensiveness. For example, nested config files. graphqlConfig.loadSchema() is invoked on most editor operations, so the config is re-fetched frequently.

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: a2066bad2be3335ac1e24738b5b07f2040d56528

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR