-
Notifications
You must be signed in to change notification settings - Fork 45
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
getting "graphql language server has stopped" message #115
Comments
Have you installed watchman? |
It's globally installed.
|
I'm having the same issue... :( |
@Aleksion @mogarick I was also having this issue. I resolved it by adding a package.json to my workspace with
|
Also having this issue - instructions given definitely dont work. |
Also having this issue. @abarger-bss 's solution does nothing for me. Is there anybody who solved this issue? |
I don't have an actual solution, but I believe this could be because vscode is inheriting a different environment than your terminals, which is causing watchman to not be found in the path. I'll look into adding more diagnostics on those edge cases so that it can help you pinpoint issues better. As a start, are all of you using Macs? I don't have a Mac, but on Windows, this issue occurs sometimes when I have run watchman from an Admin (elevated) Powershell, and have launched vscode via Start menu or from a non-elevated shell. |
@bradennapier - you should not install I've re-read the readme and might have missed out on such an instruction (or be blind to it!), so if you help me by pointing out where the docs cause you confusion, I can correct it so as not to cause future confusion to others. Thanks. |
I installed this plugin and then gql (
yarn --dev add @playlyfe/gql
)Then I created a simple index.js file for a graphql tutorial but the VSCode plugin is not woking.
I'm getting an error indicator:
when hover on it the next message displays:
"Graphql language server has stopped"
When I click o it the Graphql for VS Code output console opens with this content:
Here is the content of my .gqlconfig file
Here is the contents of my index.js file. the typeDefs is shown as a simple JS String
Is there a problem or do I need to config something else?
Thank you in advance.
The text was updated successfully, but these errors were encountered: