But when editing a gql tag inside either src/first-gql.js or src/second-gql.js, there isn't any sign of the presence/activation of vscode-graphql plugin (except for the execute query button).
I tried using only one schema in the .graphqlrc.yml or adding "vscode-graphql.useSchemaFileDefinitions": true to the settings, but it changes nothing.
I also tried reinstalling the plugin in VSCODE. No change.
Expected Behavior
Few months ago, I remember seeing visual signs of assistance being provided by the plugin (at least autocomplete, go to definition)
Steps to Reproduce the Problem Or Description
Specifications
GraphQL for VSCode Extension Version: 0.3.16
VSCode Version: 1.58
OS Name: Ubuntu
OS Version: 20.04
Logs Of TS Server || GraphQL Language Service
Could you please explain how to get the logs? I set "vscode-graphql.debug": true, in settings, but see nothing in the console.
Actual Behavior
Here is my
.graphqlrc.yml
:Here is my
./src/first-gql.js
file:Here is my
./src/second-gql.js
file:But when editing a gql tag inside either
src/first-gql.js
orsrc/second-gql.js
, there isn't any sign of the presence/activation ofvscode-graphql
plugin (except for theexecute query
button).I tried using only one schema in the
.graphqlrc.yml
or adding"vscode-graphql.useSchemaFileDefinitions": true
to the settings, but it changes nothing.I also tried reinstalling the plugin in VSCODE. No change.
Expected Behavior
Few months ago, I remember seeing visual signs of assistance being provided by the plugin (at least autocomplete, go to definition)
Steps to Reproduce the Problem Or Description
Specifications
Logs Of TS Server || GraphQL Language Service
Could you please explain how to get the logs? I set
"vscode-graphql.debug": true,
in settings, but see nothing in the console.Many thanks for your help!