-
Notifications
You must be signed in to change notification settings - Fork 71
Obtuse error when starting #23
Comments
@ThisIsMissEm : Thanks for raising the issue. Unable to replicate it so far but the issue comes from here. Maybe the config was still an invalid JSON when then extension loaded? It looks like the error is from Can you please confirm if it is still the case? |
I have found the extension to only work with |
The issue for me was that vscode autoformat has inserted a |
This is related kamilkisiela/graphql-config#119 |
i believe the new |
because
to use comments in JSON |
0.3.1 released! please open new tickets if you have any issues |
I just tried to set up the plugin for a project I'm working on where we have a monorepo — frontend & backend code in one repo. I've added a
.graphqlconfig
to the root of the project with:The error I receive is:
Request initialize failed with message: Parsing <project path>/.graphqlconfig file has failed. Unexpected token } in JSON at position 277
The text was updated successfully, but these errors were encountered: