Closed hendrikbursian closed 4 years ago
are you using prisma.vscode-graphql@0.3.1
?
Hey, no its graphql.graphql-vscode-insiders@0.3.5
.
EDIT: I looked through the issues and saw the issues related to the previous versions so I double and triple checked, and created a new issue based on version 0.3.5
ah, then you have the “insiders edition” installed. make sure to uninstall that one (graphql.vscode-graphql-insiders
) and install prisma.vscode-graphql
, the stable extension
Yes, I have tried the other version before but had no luck.
I followed your advice and it works now. It seems I tricked myself with changed configurations.
Thank you for the fast response.
Have a good evening and keep up the good work! :)
I am now having this issue. It's on the latest version of this extension (v0.3.10, here https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql). I've tried every combination of uninstalling/reinstalling, clearing caches, switching to the insiders edition, switching back, and restarting my whole machine, and it's still happening.
@acao why did you ask about the insider's edition? Do you have a specific hypothesis about what's happening with some other kind of troubleshooting I could attempt?
so, the output panel is still appearing?
did you try closing the output panel? the error is normal to see as the cache is being built, but the configuration was added to the extension and this bug with the output panel should not be visible in the latest version
The output panel is not the problem - it's not even opening automatically, I had to go and find it. My real problem is that the autocomplete and jump-to-definition parts of this extension are just completely non-functional. I assumed that since I was seeing an error in the log it was related. But if this error is part of normal expected operation, I guess I'll need to take another look at what's happening on my machine and possibly open a separate issue.
Thanks for your fast reply!
sounds like a configuration issue with your graphql config. can you open a support ticket?
Sure, that would be helpful! Is that just another GitHub issue?
Actual Behavior
The Output panel is popping up on saving and editing typescript files in short intervals.
The following message is shown:
What follows are my settings. I also tried it with different configuration formats and settings.
Extension Settings
Expected Behavior
I can edit and save files without errors of the
vscode-graphql
extension.Steps to Reproduce the Problem Or Description
Specifications
graphql.graphql-vscode-insiders
0.3.5
Ubuntu
20.04.1 LTS
Logs Of TS Server || GraphQL Language Service
TS Server Logs
don't show anything when the error occurs.GraphQL Language Service
is repeating the following (paths obscured). The more I type the more frequently.I'd be happy to share more information as I really appreciate your work on this extension. It simply works as expected without hassle for me. I don't see that in the other GraphQL extensions.