Description:
After updating Cursor.ai, I’m unable to remote into WSL. The process fails during the server component download. The error log indicates that the file vscode-reh-linux-legacy-x64.tar.gz
cannot be found (HTTP 404 error) when attempting to download it from the URL:
https://cursor.blob.core.windows.net/remote-releases/531f7615b0fcf0592a15769d11b37e13eeb85cd0/vscode-reh-linux-legacy-x64.tar.gz
This prevents the proper installation and update of the VS Code Server component required for remote development.
How to Reproduce:
-
Update Cursor.ai to the latest version.
-
Open VS Code and try to connect to a WSL environment using the Remote WSL extension.
-
The process attempts to download the VS Code Server for Linux (legacy-x64) and fails with a 404 error.
-
See the relevant log snippet below:
[2025-02-21 16:10:04.378] Probing result: legacy-x86_64 [2025-02-21 16:10:04.378] No server install found in WSL, needs linux-legacy-x64 ... [2025-02-21 16:10:05.404] 404 The specified blob does not exist.
Operating System & Cursor Version:
- Operating System: Windows 10 host with Ubuntu running under WSL2 (Kernel: 5.15.167.4-microsoft-standard-WSL2)
- Cursor.ai Version: 0.45.15
Impact:
This issue stops me from successfully using Cursor.ai for remote development in WSL, which significantly disrupts my workflow.
Additional Information:
- I have checked the forum and did not find an existing report for this issue.
- I have attached screenshots of the error logs and the VS Code interface where the error appears.
Please let me know if any further details or logs are required to help diagnose this issue.
Updating VS Code Server to version 531f7615b0fcf0592a15769d11b37e13eeb85cd0
Removing previous installation...
Installing VS Code Server for Linux legacy-x64 (531f7615b0fcf0592a15769d11b37e13eeb85cd0)
Downloading: 100%
Failed
--2025-02-21 09:03:54-- https://cursor.blob.core.windows.net/remote-releases/531f7615b0fcf0592a15769d11b37e13eeb85cd0/vscode-reh-linux-legacy-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.
2025-02-21 09:03:54 ERROR 404: The specified blob does not exist..
ERROR: Failed to download https://cursor.blob.core.windows.net/remote-releases/531f7615b0fcf0592a15769d11b37e13eeb85cd0/vscode-reh-linux-legacy-x64.tar.gz to /home/andrew/.cursor-server/bin/531f7615b0fcf0592a15769d11b37e13eeb85cd0-1740157434.tar.gz
Thank you,
Andrew