0.44.11 is broken when used with WSL

Describe the Bug

It gets stuck when trying to download the vscode server. Thus, it never connects to WSL.

Steps to Reproduce

  1. Update to 0.44.11
  2. Launch Cursor and try to connect to WSL

Expected Behavior

I should be able to download the server and connect to WSL.

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 0.44.11
VSCode Version: 1.93.1
Commit: fe574d0820377383143b2ea26aa6ae28b3425220
Date: 2025-01-03T07:59:06.361Z
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22635

Additional Information

[2025-01-10 02:42:49.763] No shell environment set or found for current distro.
[2025-01-10 02:42:50.015] WSL daemon log file:
[2025-01-10 02:42:50.017] Probing if server is already installed: if [ -d ~/.cursor-server/bin/fe574d0820377383143b2ea26aa6ae28b3425220 ]; then printf 'install-found '; fi; if [ -f /etc/alpine-release ]; then printf alpine-; fi; uname -m
[2025-01-10 02:42:50.018] NodeExecServer run: C:\WINDOWS\System32\wsl.exe -d Debian -e sh -c if [ -d ~/.cursor-server/bin/fe574d0820377383143b2ea26aa6ae28b3425220 ]; then printf 'install-found '; fi; if [ -f /etc/alpine-release ]; then printf alpine-; fi; uname -m
[2025-01-10 02:42:50.129] Probing result: x86_64
[2025-01-10 02:42:50.129] No server install found in WSL, needs linux-x64
[2025-01-10 02:42:50.129] Getting server from client side
[2025-01-10 02:42:50.129] Downloading VS Code Server stable - fe574d0820377383143b2ea26aa6ae28b3425220 into C:\Users\poiati\AppData\Local\Temp\vscode-remote-wsl\fe574d0820377383143b2ea26aa6ae28b3425220\vscode-server-stable-linux-x64.tar.gz.
[2025-01-10 02:42:50.788] Download checksum: undefined

Does this stop you from using Cursor

Yes - Cursor is unusable

Can you try deleting the ~/.cursor-server/ folder inside your WSL instance, to force Cursor to reinstall it?