getcursor / cursor

The AI Code Editor
https://cursor.com
24.83k stars 1.55k forks source link

Remote - SSH is only supported in Microsoft versions of VS Code #2251

Closed navels closed 3 weeks ago

navels commented 3 weeks ago

On MacOS, Cursor 0.42.0, installed latest (0.116.2024100715) version of the Remote - SSH extension from here:

https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh

The extension installs but when I try to use it to connect to a remote host I get. this error in the output tab:

Resolver error: Error: Remote - SSH is only supported in Microsoft versions of VS Code
Sanger2000 commented 3 weeks ago

Try uninstalling and re-installing the extension from inside cursor.

navels commented 3 weeks ago

Try uninstalling and re-installing the extension from inside cursor.

That extension (ms-vscode-remote.remote-ssh) doesn't come up in the extension marketplace search.

tmm1 commented 3 weeks ago

Installing 0.113.1 should work.

navels commented 3 weeks ago

0.113.2024072315 gets further but then I run into ye old BlobNotFound trying to download the code server at https://cursor.blob.core.windows.net/remote-releases/9e8f0f993884031e2f08d75f7adab80d1732a980/cli-win32-x64.tar.gz

tmm1 commented 3 weeks ago

SSH to windows is not currently supported. You can try connecting to WSL instead.

navels commented 3 weeks ago

SSH to windows is not currently supported. You can try connecting to WSL instead.

Thanks for clarifying that, hope to see it fixed soon . . . WSL doesn't cut it for me.

xiangmind commented 2 weeks ago

Download the opensource version from https://open-vsx.org/extension/jeanp413/open-remote-ssh, and drag it into cursor's extensions tab. Enjoy!

navels commented 2 weeks ago

Download the opensource version from https://open-vsx.org/extension/jeanp413/open-remote-ssh, and drag it into cursor's extensions tab. Enjoy!

Does this work for you? Because it does not for me, it fails in the same way the MS extension does:

--2024-10-14 09:10:49--  https://cursor.blob.core.windows.net/remote-releases/c499aee5f16e67815c7dc795ff338dc8ab3e07f0/vscode-reh-win32-x64.tar.gz
Resolving cursor.blob.core.windows.net (cursor.blob.core.windows.net)... 20.209.35.129
Connecting to cursor.blob.core.windows.net (cursor.blob.core.windows.net)|20.209.35.129|:443... connected.
HTTP request sent, awaiting response... 404 The specified blob does not exist.
2024-10-14 09:10:53 ERROR 404: The specified blob does not exist..
nickmealey commented 2 weeks ago

This is a huge bummer because we need this

ddolgov commented 1 week ago

SSH to windows is not currently supported. You can try connecting to WSL instead.

Why was this closed? This is a huge functionality piece missing

drxmknight commented 3 days ago

Got the same problem. I was trying to attach a python:3.12-alpine container. Switched to python:3.12-slim-bookworm and got fixed.

tmontana commented 1 day ago

Download the opensource version from https://open-vsx.org/extension/jeanp413/open-remote-ssh, and drag it into cursor's extensions tab. Enjoy!

This does not work. Cursor stuck trying to open the connection.