graphiql icon indicating copy to clipboard operation
graphiql copied to clipboard

re-introduce query exec as separate extension

Open acao opened this issue 3 years ago • 2 comments

a starting point, based on https://github.com/graphql/vscode-graphql

TODO:

  • [x] as with vscode-graphql, port to the latest vscode-anguageserver-client using vscode-anguageserver-client/node import
  • [x] fix embarassing package.json typos haha
  • [ ] perhaps port the source provider codelens uses to locate tags to use parseDocument from graphql-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-graphql makes manual testing more cumbersome

acao avatar Aug 11 '22 22:08 acao

🦋 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

changeset-bot[bot] avatar Aug 11 '22 22:08 changeset-bot[bot]

The latest changes of this PR are not available as canary, since there are no linked changesets for this PR.

github-actions[bot] avatar Sep 09 '22 21:09 github-actions[bot]

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

acao avatar Oct 02 '22 10:10 acao