graphql / vscode-graphql

MIGRATED: VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql
MIT License
555 stars 71 forks source link

Add status indicator to status bar #27

Closed peterschussheim closed 2 years ago

peterschussheim commented 6 years ago

It would be very useful to have some type of indicator (spinner, whatever) in the status bar that updates whenever the graphql lang server is working.

While the implementation is not identical, here is an example from flow-vs-code ext that provides this feature.

Example showing another ext with this feature:

flow-vscode

divyenduz commented 6 years ago

Related issue: https://github.com/graphql/graphql-language-service/issues/230