-
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
not working when used with golang-graphql #127
Comments
Can you post a link to the golang-graphql project? I'll have a look |
Hi @kumarharsh, Thanks for quick response. I can't share the project; it's an internal tool. Project structure looks like:
What's surprising here is: extension worked for a minute. I was able to click on Let me know if you need any other information. Thanks! |
@akashbdj I suspect it's something to do with watchman - try shutting down the watchman server and then open vscode again - do |
I already tried it after looking at other issues. I also tried updating watchman, it doesn't work in either case. This is the message i'm seeing in vscode output console:
|
Hi,
I'm trying to use this extension in golang-graphql project. It doesn't work as expected. Also, I'm seeing this issue on vscode
output
tab:What's working: Syntax Highlighting
What's not working: Go to definition, linting, etc.
Since this is a golang project, I don't have
package.json
. So I installed@playlyfe/gql
as a global package and then pointed to it."graphqlForVSCode.nodePath": "/usr/local/lib/node_modules"
Here's what the
.gqlconfig
looks like:What should I do to make it work?
Thanks for your time,
Akash
The text was updated successfully, but these errors were encountered: