You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Oh weird, I thought Cursor actually used anysphere.open-remote-ssh.
I think we are only able to list one dependency as required though, the VS Code API has no mechanism for specifying equivalent dependencies (this or that), at least, as far as I know?
Maybe we have to remove the dependency from the package.json and handle it in code somehow instead, in any case some investigation is needed. Another idea is to have a separate extension for Cursor with a different dependency.
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 dependencyms-vscode-remote.remote-ssh
is not found. If I install the extensionms-vscode-remote.remote-ssh
, I get an error thatms-vscode-remote.remote-ssh
does not support unofficial VS Code Builds. If I also install the extensionjeanp413.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
orjeanp413.open-remote-ssh
as a required dependency and not onlyms-vscode-remote.remote-ssh
.The text was updated successfully, but these errors were encountered: