-
running code-server as a sidecar container to another container and use the remote container(s) would be awesome! but "local os" is just another container in your cluster or stack - k8s or swarm or whatever. imagine using vs code via your browser (instead of local) as a service next to your app(s) and step into a coding session on your app (python, node, go, whatever). with only the extensions it needs there, code-completion and terminal tools you want in that context; but nothing more. is that possible and i don't get the docs or is this beyond the powers of vs code/remote devel/code server? to explain again:
both app containers should be agnostic about vs-code, so not caring about it at all. is that even possible or am i completely thinking the wrong direction? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This would be very awesome! If I'm understanding correctly, #1315 should be all we would need to implement this. |
Beta Was this translation helpful? Give feedback.
This would be very awesome! If I'm understanding correctly, #1315 should be all we would need to implement this.