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
{{ message }}
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
vscode-graphql language features don't work often.
⚠️ Known Issues
(many of these issues cause language features to not work at all, only syntax highlighting)
make sure you've consulted the readme and have a graphql config file!
schema to SDL file support seems to be broken. try schemaPath for a single schema file instead, though declarations doesn't seem to work.
remote schemas URLs kind of work with schema props
.ts and .toml graphql-config files weren't working but now are because we upgraded graphql-config. hopefully that fixes other issues
the extension activates on * all the time now, because there is no activationEvent that could pick up on graphql-config in package.json. it may crash if there is no graphql in files
graphql-mesh style schema configuration may cause issues with remote schema cacheing, thus no language features
Expected Behavior
They should
🔧 Help Resolve the Problem
Help us improve this situation! The language server is where most of the issues are, and we have created an issue for you there to help plan the future of this extension and the graphql LSP ecosystem in general!
👀 Actual Behavior
vscode-graphql
language features don't work often.(many of these issues cause language features to not work at all, only syntax highlighting)
make sure you've consulted the readme and have a graphql config file!
schema
to SDL file support seems to be broken. tryschemaPath
for a single schema file instead, though declarations doesn't seem to work.schema
props.ts
and.toml
graphql-config files weren't working but now are because we upgradedgraphql-config
. hopefully that fixes other issues*
all the time now, because there is noactivationEvent
that could pick up on graphql-config in package.json. it may crash if there is no graphql in filesgraphql-mesh
style schema configuration may cause issues with remote schema cacheing, thus no language featuresExpected Behavior
They should
🔧 Help Resolve the Problem
Help us improve this situation! The language server is where most of the issues are, and we have created an issue for you there to help plan the future of this extension and the graphql LSP ecosystem in general!
graphql/graphiql#2050
The text was updated successfully, but these errors were encountered: