Has anyone gotten the GraphQL VS Code extension by...
# orm-help
h
Has anyone gotten the GraphQL VS Code extension by
Prisma
to work? I’m getting
Copy code
ZEBRA 1: undefined undefined
ZEBRA: GraphQLProjectConfig {
  config: 
   { schemaPath: 'schema.graphql',
     includes: [ 'schema.graphql' ],
     extensions: { endpoints: [Object] } },
  configPath: '[path to project]/.graphqlconfig.yaml',
  projectName: 'app' } [path to project]/schema.graphql
errors in the output for the plugin. Found this issue (https://github.com/prismagraphql/vscode-graphql/issues/15) from 10 days ago, but it’s closed for some reason. Using MacOS, plugin version 0.0.8 My
.graphqlconfig.yaml
file:
Copy code
projects:
  app:
    schemaPath: schema.graphql
    includes: [
      "schema.graphql"
    ]
    extensions:
      endpoints:
        default: <http://localhost:4000/graphql>
n
Which issue?
Sorry, forgot to add it
n
Please post a reproduction to the issue so we can take a look 🙂
h
Done
🙂
n
awesome, thanks!
Maybe this is about the
gql
tag. Let's see!
h
Awesome, thanks! Not to be pushy, just to be clear - are you looking at it now, because then we’ll just work on something else for now 🙂 If not, we might spend some more time with it
n
we are 🙂