re-introduce query exec as separate extension
a starting point, based on https://github.com/graphql/vscode-graphql
TODO:
- [x] as with
vscode-graphql, port to the latestvscode-anguageserver-clientusingvscode-anguageserver-client/nodeimport - [x] fix embarassing package.json typos haha
- [ ] perhaps port the source provider codelens uses to locate tags to use
parseDocumentfromgraphql-language-service-server, and share parity with the LSP server's tag selection (expands on what is currently supported here - [ ] add test to make sure codelens is working
- [ ] separate graphql config into a separate plugin? and how?
- [ ] add e2e suite because this could be flaky in the past, and making it a seperate extension from
vscode-graphqlmakes manual testing more cumbersome
🦋 Changeset detected
Latest commit: 761e92ca9cbbca91676986c208afb76262f69cbb
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 2 packages
| Name | Type |
|---|---|
| vscode-graphql-execution | Patch |
| vscode-graphql | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest changes of this PR are not available as canary, since there are no linked changesets for this PR.
oof... i accidentally clobbered a ton of progress on this with a force push, and the only surviving local copy of this branch with enhancements is on another computer