feat: exec-chaining for devcontainer on remote ssh#291
Conversation
|
I will need some time to review your PR and evaluate the possible security issues from Firstly, unedit |
Of course, yeah, not urgent. This isn't meant to be merged as is, so I should probably make this a draft. Just wanted to discuss.
I originally made that change to differentiate the local build from the upstream version. Will do both of those tomorrow 👍.
It should be on this branch (this commit). I'm working on a rewrite of the devcontainer extension so I'll update this pr as well once it's a little more ready. |
It's an API from VSCode. |
|
|
baafac8 to
b1e3429
Compare
Disclaimer: Claude / Opencode were used for prototyping this proof-of-concept.
I have a basic devcontainer extension here, and wanted to get devcontainer on a remote ssh machine working. There is a lot of work left to be done on the devcontainer parts itself, but I was hoping we can start planning towards chaining.
I am not at all an expert in js/ts (and I leaned on Claude a little more than I'd like), so thought I'd create an issue here to discuss how we can get these extensions to talk to each other, and gather feedback and advice as well.
The corresponding branch on the devcontainer side is here. Install both, and spawn a container on a remote ssh machine.
This should hopefully launch a window with remote target as the container. Happy to hear your thoughts!