VSCode Desktop hangs after workspace update
Using VSCode on my Windows Desktop, conntected to Coder running on a Linux Docker. After a change in the Dockerfile of my rust environment in the Coder template, I am always unable to reconnect with VSC Desktop, after applying that update to the coresponding workspace.
Failed to set up dynamic port forwarding connection over SSH to the VS Code Server.
I don't really understand what this is supposed to tell me, since I didnt setup SSH with Coder, only HTTP(S). Is this a known issue or should i bring this to github? Current Workaround for me is to delete the Workspace and recreate it9 Replies
<#1305176078389739531>
Category
Bug report
Product
Coder OSS (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
hello @SpaceMoehre-i-nator™, you don't have to set up SSH for it to be active, Coder will encapsulate the SSH connection in whatever you're using to access the workspace (either DERP or HTTP(s))
the Coder VSCode ext uses SSH to take advantage of the existing "Remote - SSH" extension
though this error is odd, could you send a screenshot of the workspace's page when this occurs?
also, which version of Coder are you running?
this was the output given in VSCode
could you send this as well please?
the workspace's page on the web ui
,
is this while it doesn't work in VSCode?
yes i replicated the error, confirmed the same error message and hit f5 in my browser
after a bit of experimenting this seems to occure due to exchanging the image from "ubuntu:latest" -> "rust:latest", Dockerfile updates with the same image still work
@SpaceMoehre-i-nator™ could you send a non-working version of your template so that I can try to reproduce?