-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem handling file path of graphql config file in Windows #2066
Comments
Yikes! Looks like some paths have been urlencoded. Because it concerns loading the graphql config file itself, I think this may be related to our upgrade of |
Sorry, but it's not related to the version of graphql-config, This is the path of the project folder: And it looks like it's looking for this file:: (And because of this it does not find the config file) thanks @acao |
Ohh i see, you see this when saving the config files that makes sense. I’ll look into it some more. The major bugfix recently involved reverting some changes to how we parse file uris into system paths and as i guess the revert is url encoding them again! I have a windows machine i can try this out on tomorrow morning. Thanks for reporting this! |
I think vscode-uri would be the appropriate uri parser to switch to |
here’s a stackoverflow example. To look for the offending lines, you can just look for |
I think #2072 will take care of this for good |
Actual Behavior
When doing the "Execute Query": Get an empty tab. (The right tab in the image)
When saving graphql config file: Problem handling file path.
Expected Behavior
That everything will work properly. It will be possible to execute queries
Steps to Reproduce the Problem Or Description
Specifications
.graphqlrc.yml
Logs Of TS Server || GraphQL Language Service
When saving graphql config file
When doing the "Execute Query":
The text was updated successfully, but these errors were encountered: