michidk / vscli

A CLI/TUI that simplifies launching VSCode projects, with a focus on dev containers
https://crates.io/crates/vscli
MIT License
136 stars 4 forks source link

Support for remote docker hosts #3

Open michidk opened 1 year ago

michidk commented 1 year ago

We could add support for remote devcontainer hosts: https://code.visualstudio.com/remote/advancedcontainers/develop-remote-host

Also add support for normal remote hosts: https://code.visualstudio.com/docs/remote/ssh

michidk commented 1 year ago

Not sure how exactly the remote support would look/should behave. Maybe someone who uses this feature a lot could describe how they wish to use this.

Nikita240 commented 9 months ago

This would be really handy. I use this workflow every day.

jaanli commented 8 months ago

Agreed! I would use this every day :)

Not sure how to open remote docker containers now and have to do so manually. (Workflow: spin up EC2 instance, edit ~/.ssh/config with the ephemeral IP address, open new VS Code window, connect to host, then open command palette, then click attach to running container)

Anyone else have a nicer solution?

Thank you!!