-
Notifications
You must be signed in to change notification settings - Fork 4
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
Native sessions for vs-code #163
Comments
The "what" that amalthea can run could be one of: |
More useful stuff from Rok playing with gitopod:
|
If we use the gitopod code server then we are missing the vs code extension that gitopod provides that can be used to connect to a gitopod openvscode-server. This way we do not even have to use the browser to access the vscode sessions but we can connect to them directly from the local vscode instance. More insights from Rok:
|
Here is the vscode extension used to access a vscode server from a local vscode installation: https://github.com/gitpod-io/openvscode-server/tree/gp-code/main/extensions/gitpod/src |
Hi, Seeing this as well as #149, are you exploring a path that would make Renku go in a direction similar to https://www.eclipse.org/che/ ? |
There should be a way for Amalthea to create vs-code native sessions. Similarly to how we have #149 for Rstudio.
However in this case several question are very much open:
The text was updated successfully, but these errors were encountered: