question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Confusing configuration in README

See original GitHub issue

I’m trying to configure this plugin for a project that uses Apollo Client. The short story, I cannot make this plugin work for now. The long story:

I’m going through the README step by step and I cannot manage to make it work. My graphQL server is not running on Apollo Engine, I don’t know if this makes a difference or not. Following the README:

  1. Ensure that you have the @playlyfe/gql library (v2.x) installed and available to this extension. If you’ve installed the library in a folder other than the workspace root, then add the path to the node_modules directory as a setting:

I do have @playlyfe/gql (2.6.1) installed in my project so I guess I don’t have to do anything here. However, what is add the path to the node_modules directory as a setting? What settings? In which settings file vscode extension settings?

  1. Ensure you have watchman installed

This is all good

  1. Create a .gqlconfig file

Okay, I’ve done that. It’s a bit confusing because my client project doesn’t have .gql or .graphql files. I’m using the gql template literal.

  1. Enable auto-complete

I’ve tried this, even tho I don’t have the field validation working or the syntax highlighting neither.

I cannot see any errors in the logs or maybe I’m not looking at the right place. Anyone can help? I swear that once I have it working I’ll create a PR to clarify the setup or maybe the troubleshooting.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:26 (16 by maintainers)

github_iconTop GitHub Comments

3reactions
Maxwell2022commented, Aug 8, 2019

And I think that’s it! Thank you so much!

It’s working great now. I’ll submit a PR by the end of the week to improve the readme. Thanks again a lot for your time

Read more comments on GitHub >

github_iconTop Results From Across the Web

Readme is confusing about how to configure paragraphs with ...
When reading I understand that the content type must not be set to translatable whereas it is the paragraph field that must not...
Read more >
Use the README.md file as main page in Doxygen
In the next release of doxygen (1.8.3) I plan to introduce a new configuration option USE_MDFILE_AS_MAINPAGE which can be used to specify a ......
Read more >
Readme — clj-logging-config 1.9.12
It is the author's belief that these confusing configuration formats reflect the static nature of the Java language itself and that Clojure should...
Read more >
README - confusing, irrelevant, redundant, useless
To: debian-devel@lists.debian.org; Subject: README - confusing, irrelevant, ... OTOH, the configuration options actually used in the Debian ...
Read more >
README - Wikipedia
In software development, a README file contains information about the other files in a directory or archive of computer software. A form of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found