Skip to content
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

Flush out calling execute and serialization in the vscode extension #22

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

jlewi
Copy link
Owner

@jlewi jlewi commented Apr 5, 2024

  • Update buf to generate typescript protos that we can use the vscode extension

  • Create a client class in typescript to send execute requests to the backend

  • Create a minimal implementation of the notebook controller that is capable of executing cells by sending the requests to the backend.

  • Implement serialization of the notebooks

  • We needed to add more CORS support to handle the fact that certain assets are served from vscode-cdn.net

    • Otherwise the webviews don't render

* Update buf to generate typescript protos that we can use the vscode extension

* Create a client class in typescript to send execute requests to the backend

* Create a minimal implementation of the notebook controller that is capable of
  executing cells by sending the requests to the backend.

* Implement serialization of the notebooks

* We needed to add more CORS support to handle the fact that certain assets are served from vscode-cdn.net
  * Otherwise the webviews don't render
@jlewi jlewi merged commit 701d861 into main Apr 5, 2024
1 check passed
@jlewi jlewi deleted the jlewi/frontend branch April 5, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant