-
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
vscode-graphql language service server fails to start after extension update #2662
Comments
I noticed the same broken behavior. Reverting to v0.7.1 fixed the issue for me. |
oh fun, I have to revert the bugfix again 😂 this is a repeat of the same dependency resolution bug from last week. break the app for 20% of users so it works for the 40% i broke it for. sorry the developer had doubly confirmed the fix worked for him locally but I didn't have time to confirm myself, it seems it was a false positive. I will fix the bugs this revert re-introduces later. |
ah yep, and you're both using schema fetch this was the same bug. I think i will close this ticket and re-open this one since it has more context |
ok, it should be fixed now, i tested locally with clean build and everything! i apologize, i wish our though hope the revert works for now, gnite! |
@parkerault is the issue fixed for you by the way? |
Yes, it seems to be working now. Thanks! |
I updated my vscode-graphql extension today and the language service server fails with the following error log:
The graphqlrc has not changed since before the upgrade, but this is the config:
Environment:
The text was updated successfully, but these errors were encountered: