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

Syntax error: cannot parse the unexpected character "&" #148

Closed vatosarmat closed 4 years ago

vatosarmat commented 4 years ago

Actual Behavior

Error popup appears. "Go to definition" doesn't work. No GraphQL 14 support yet? Screenshot from 2020-03-07 18-18-45

Expected Behavior

No errors, "Go to definition" works

Steps to Reproduce the Problem Or Description

Make new folder, place github public schema and .graphqlconfig with only "schemaPath" in it

Specifications

Logs Of TS Server || GraphQL Language Service

Syntax Error: Cannot parse the unexpected character "&".

takumiya081 commented 4 years ago

face same problem. crash suggestions

matt-senseye commented 4 years ago

Same here, and I seem to get no autocompletion at all in .graphql files

acao commented 4 years ago

image

works now in 0.3.1

if folks have any further issues with properly validating/completing with the relatively new "interfaces extending interfaces" feature, feel free to open a new ticket. enjoy!