-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DevTools <-> VSCode integration #188
Conversation
we currently have no good way of handling multiple webviews targeting different clients at once
I'll fork off here into additional features - this is a good size for a review already :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 very much looking forward to getting this out there!
You can download the latest build of the extension for this PR here: To install the extension, download the file, unzip it and install it in VS Code by selecting "Install from VSIX..." in the Extensions view. Alternatively, run code --install-extension vscode-apollo-0.0.0-build-1733932916.pr-188.commit-5ba0980.vsix --force from the command line. For older builds, please see the edit history of this comment. |
Co-authored-by: Jerel Miller <[email protected]>
* Adjustments to VSCode <-> DevTools communication adjustments for apollographql/apollo-client-devtools#1513 * use CI devtools build * feedback from code review * second adjustment * adjust CI to GH runner changes
This is
in very early stagesready for review and split up between here and apollographql/apollo-client-devtools#1497