Moving focus away from the GraphQL Explorer tab leads to its disappearance
djmtype opened this issue · 0 comments
djmtype commented
Once I have GraphQL open in a VS Code tab, then switch to another tab to work on my code, and then head back to the GraphQL Explorer tab, the GraphQL Explorer is gone and replaced with:
Loading...
This might take a while with large schemas... A tip is to make sure your schema is in the SDL format and not JSON. That'll speed things up.
It never loads the Explorer BTW.
I always have to close this tab, open a new tab, then run the Explore Schema with GraphQL
command to show the GraphQL Explorer again, every time.
The only workaround is to split my layout into more columns.