Open mostrecent opened 4 years ago
I tried graphql code as template string preceded with gql and as dedicated .graphql file but nothing happens on save.
gql
.graphql
I have set "coc.preferences.formatOnSaveFiletypes": ["*"] in my config.
"coc.preferences.formatOnSaveFiletypes": ["*"]
You have to set the file to graphql. Type:
:setfiletype graphql
I tried graphql code as template string preceded with
gql
and as dedicated.graphql
file but nothing happens on save.I have set
"coc.preferences.formatOnSaveFiletypes": ["*"]
in my config.