|
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
|
Answered by
abdulari
Dec 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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.devpodin your editor or terminal.