.graphqlconfig has no code highlighting and no arrow icon buttons to fetch schema next to line numbers
See original GitHub issueDescribe the bug
I have .graphqlconfig
file present in several projects but the plugin does not show arrows next to endpoint to fetch schema
To Reproduce Link to Repo with Reproduction or Steps to Reproduce:
- Go to 'https://github.com/simPod/js-graphql-gradle-bug (#423)
- Click on '.graphqlconfig file
- See no controls added, no highlighting enabled. It’s displayed as a simple text file
It can find endpoints though:
Expected behavior
E.g. show play arrow icon to create schema file and highlight the json
Screenshots
Version and Environment Details Operation system: macos latest IDE name and version: 2021.2 Plugin version: 3.0.0
Issue Analytics
- State:
- Created 2 years ago
- Comments:11
Top Results From Across the Web
.graphqlconfig has no code highlighting and no arrow icon ...
Describe the bug I have .graphqlconfig file present in several projects but the plugin does not show arrows next to endpoint to fetch...
Read more >Configure graphql syntax highlighting in VS Code - Selleo
To enable syntax highlighting, autocompletion, and validation for graphql query/mutation definition in VSCode follow few steps. . . Step 1. Open ...
Read more >Lisenser - Ubisoft Connect
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF...
Read more >Cool Feature – WebStorm Blog
WebStorm layout has three types of major UI elements. First of all, there's the editor with the right and left gutters that show...
Read more >GraphQL Config - One configuration for all your tools
Majority of the GraphQL tools depend not only on Schema but Operations and Fragments, so we've decided to cover that use case too....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi! Thank you for the report. I also noticed this behavior after upgrading to 3.0, but I decided that it was an accident due to active testing and experimenting with the settings. When building a plugin from the source code, unfortunately, I can’t reproduce it. I’ll try to take a closer look.
To fix it locally you could try to add file association manually like on the screenshot below:
And it also fixed the missing arrow button. So the problem is somehow the registration of the
.graphqlconfig
extension.