Can't find Anysphere extensions - and specifically Remote SSH, python and pylance

Describe the Bug

Hey,
I’m migrating to a new Mac. In my old mac I used to connect with the native vscode remote SSH extension (v0.113.1) to remote machines. I initially installed it with earlier cursor version but it worked even with the latest cursor version (v1.1.5).
Same goes for the Python and it’s related extensions.

Now when installing cursor (same version, v1.1.5) on my new Mac, I cannot find the Remote SSH extension in the extensions pane. I read in a different thread that there is the new anysphere extension for remote SSH but I can’t find it in the marketplace as well (even when searching ‘@id:anysphere.remote-ssh’.

Same goes for Python extension, and specifically Pylance, and I can’t find the anysphere extension for python in the marketplace search.
I even tried this search term: publisher:"Anysphere" but it returns an empty search.

Another solution I tried is installing the vscode Remote SSH extension manually from .vsix file:
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode-remote/vsextensions/remote-ssh/0.113.1/vspackage
The installation worked, however when I am trying to connect to the remote instance, I am seeing this error when it tries to install vscode in remote:

Waiting for /home/ec2-user/.cursor-server/vscode-cli-ef5eeb47a684b4c217dfaf0463aa7ea952f8ab90.tar.gz.done and vscode-server.tar.gz to exist

[10:10:06.767] Got request to download on client for {“artifact”:“cli-alpine-x64”,“destPath”:“/home/ec2-user/.cursor-server/vscode-cli-ef5eeb47a684b4c217dfaf0463aa7ea952f8ab90.tar.gz”}
[10:10:06.768] server download URL: https://update.code.visualstudio.com/commit:ef5eeb47a684b4c217dfaf0463aa7ea952f8ab90/cli-alpine-x64/stable
[10:10:06.768] Downloading VS Code server locally…
[10:10:06.850] Terminating local server
[10:10:06.854] Exec server for ssh-remote+oran-gpu-north failed: Error: Failed to download VS Code Server (Server returned 404)
[10:10:06.854] Error opening exec server for ssh-remote+oran-gpu-north: Error: Failed to download VS Code Server (Server returned 404)
[10:10:06.863] Local server exit: 15


Would appreciate help here!
Thanks

Steps to Reproduce

Specified above

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.1.5 (Universal)
VSCode Version: 1.96.2
Commit: ef5eeb47a684b4c217dfaf0463aa7ea952f8ab90
Date: 2025-06-21T05:26:18.966Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.5.0

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Same goes for python extensions… and more specifically pylance.

Yes, I have tried https://cursor.blob.core.windows.net/remote-releases/ef5eeb47a684b4c217dfaf0463aa7ea952f8ab90/cli-win32-x64.tar.gz
And get error: BlobNotFound

The specified blob does not exist.

I found a workaround: first, use a regular SSH connection to access the target server, then go to the .cursor-server directory and rename the original cursor-xxxxxxxx file to cursor-ef5eeb47a684b4c217dfaf0463aa7ea952f8ab90. After that, I was able to connect successfully.

@Oran – can you attach a screenshot for what your marketplace search result looks like? This might be a network issue – we require access to https://marketplace.cursorapi.com, https://downloads.cursor.com, and https://cursor-cdn.com/

@ChrisOr – thanks for sharing this, it sounds like a slightly different issue with the CLI download. We’re working on fixing it so that the CLIs are uploaded in the right places.

@ravirahman


there you go…

Regarding the URLs you gave - I’m getting access denied for the second one and 404 for the third. First one seems ok.

Could you try running the network diagnostic? It’s available in the Cursor settings:

Do other extensions load?

Regarding the URLs you gave - I’m getting access denied for the second one and 404 for the third. First one seems ok.

Great, this is expected for the root URLs.

@ravirahman
diagnostic seems to be fine


other ones i search for load, yes (not those that microsoft removed like the ones we discuss)

Hi @Oran – this is strange. What does it show when you search for “ssh”? For me I get:


@ravirahman
I’ve verified with my colleagues and they experience the same behaviour.
Maybe this is related to VPN issues somehow?
Can you maybe provide the .vsix files directly of remote ssh and all python extensions?

Hi @Oran – you can download the VSIXs at:

(You might have to rename the files to end with .vsix for them to load)

Still, confused as to why none of our extensions are showing up – are you signed in, or have you changed the base marketplace URL? The results look like they are coming straight from OpenVSX.

Thanks @ravirahman
we didn’t change anything. this is across all our team members. Perhaps it’s VPN related issue? I can’t verify it because I cannot work on my computer without VPN

I had this exact issue (OS X) and updating to Cursor 1.1.6 fixed it.

The remote extensions require Cursor 0.49 or greater; if you’re on an older version that could cause them not to show up.

cursor is up to date with version 1.1.6.
i still can’t find these packages in the marketplace…

1 Like