You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, we do not need the useLanguageServer flag, or at least enable it by default. This might require either running graphql-config locally to find configuration files, or making the language server more resilient to missing configuration.
The text was updated successfully, but these errors were encountered:
This will cause the extension to be eagerly loaded in projects that contain .graphqlconfig, but does get around the need to add a dependency on graphql-config.
Ideally, we do not need the
useLanguageServer
flag, or at least enable it by default. This might require either runninggraphql-config
locally to find configuration files, or making the language server more resilient to missing configuration.The text was updated successfully, but these errors were encountered: