0no-co / GraphQLSP

TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
https://gql-tada.0no.co
MIT License
366 stars 14 forks source link

Not working with graphql subscriptions #282

Closed clayrisser closed 6 months ago

clayrisser commented 6 months ago

I was able to set this up and get it to work for queries, but it doesn't work for subscriptions.

2024-04-04-152401_screenshot 2024-04-04-152414_screenshot

JoviDeCroock commented 6 months ago

This issue was probably meant for tada 😅 this is the lsp repo

clayrisser commented 5 months ago

Ok thanks @JoviDeCroock. Any reasons why it's not working for subscriptions?