-
Hey folks, I am very glad that i came across this project! I'm currently working on a custom VSCode distribution: https://arkanum.dev. I tested it with the pre build image option but the forwarding doesn't seem to work. 📝 Additonal docs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hey. so, if your editor can access remote machine via SSH, devpod container it should able to connect with your editor. |
Beta Was this translation helpful? Give feedback.
hey.
IIRC, DevPod works by running ssh server, and exposing it for ssh tunneling.
so, if your editor can access remote machine via SSH, devpod container it should able to connect with your editor.
try
ssh your-workspace-name.devpod
in your editor or terminal.