-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add vscode frontend feature for new amalthea #18
base: main
Are you sure you want to change the base?
Conversation
8877c66
to
9628123
Compare
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.
Nice, thanks!
src/vscode/README.md
Outdated
@@ -0,0 +1,15 @@ | |||
|
|||
# Renku CLI (renku) |
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.
this should be changed
src/vscode/README.md
Outdated
|
||
# Renku CLI (renku) | ||
|
||
Installs vscode for running in Renku. |
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.
Installs vscode for running in Renku. | |
Installs VSCode for running in Renku. |
You can build an image locally by putting the content of this feature into a local |
5731498
to
edcbeb2
Compare
edcbeb2
to
cfa3936
Compare
Ah the problem is that the |
@rokroskar this is how we can use features to inject frontends into our sessions.
I am pretty sure this will work. I am not sure how to test this without fully publishing the feature though.