<@U646LFACQ> Hi :wave: Is the vscode-graphql exten...
# orm-help
a
@divyendu Hi 👋 Is the vscode-graphql extension already supposed to work with a Relay Modern code-base? I see in the README that you only mention
gql
tags being recognized, which would seem to indicate that it doesn’t? However, even if I change
graphql
tags in my
.tsx
file to
gql
tags the extension doesn’t seem to be giving me any intellisense
d
Thanks for reaching out. I haven't tried it on a relay modern codebase yet but your issue is related to https://github.com/prismagraphql/vscode-graphql/issues/21 and the way to debug that is this https://github.com/prismagraphql/vscode-graphql#b-testinglogging-typescript-graphql-plugin-features I will look into that as soon as I get a moment but if you have any specific comments about your codebase, please add them to the above issue. Thanks 🙂
a
Thanks! I’ll give it a read and try and follow-up there if I have anything to add.
👍 1