Closed
Description
When I install the Coder extension in the Cursor IDE and I try to run Coder: Login
from the command palette, I get an error that the dependency ms-vscode-remote.remote-ssh
is not found. If I install the extension ms-vscode-remote.remote-ssh
, I get an error that ms-vscode-remote.remote-ssh
does not support unofficial VS Code Builds. If I also install the extension jeanp413.open-remote-ssh
then the Coder extension works as expected.
This was a confusing process, and I couldn't find it documented anywhere. Ideally, I think it would be great if Coder had either ms-vscode-remote.remote-ssh
or jeanp413.open-remote-ssh
as a required dependency and not only ms-vscode-remote.remote-ssh
.