-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flush out calling execute and serialization in the vscode extension
* 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
- Loading branch information
Showing
20 changed files
with
1,312 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package server | ||
|
||
const ( | ||
// The relative path on which to serve extensions | ||
extensionsRPath = "/extensions" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.