Hi, everytime i start cursor it start downloading vs code weather it has previously installed or not in checks and re-installs it.
here is the log
[2025-02-26 10:58:39.058] Extension version: 0.81.8
[2025-02-26 10:58:39.060] L10N bundle: undefined
[2025-02-26 10:58:39.102] authorityHierarchy: wsl+ubuntu-22.04
[2025-02-26 10:58:39.102] WSL extension activating for a local WSL instance
[2025-02-26 10:58:39.126] Resolving wsl+ubuntu-22.04, resolveAttempt: 1
[2025-02-26 10:58:39.127] NodeExecServer run: C:\WINDOWS\System32\wsl.exe --status
[2025-02-26 10:58:39.142] Download in background is enabled
[2025-02-26 10:58:39.256] WSL feature installed: true (wsl --status)
[2025-02-26 10:58:39.257] NodeExecServer run: C:\WINDOWS\System32\wsl.exe --list --verbose
[2025-02-26 10:58:39.343] 4 distros found
[2025-02-26 10:58:39.344] Starting VS Code Server inside WSL (wsl2)
[2025-02-26 10:58:39.344] Windows build: 26100. Multi distro support: available. WSL path support: enabled
[2025-02-26 10:58:39.344] Scriptless setup: false
[2025-02-26 10:58:39.345] No shell environment set or found for current distro.
[2025-02-26 10:58:39.674] WSL daemon log file:
[2025-02-26 10:58:39.678] Probing if server is already installed: if [ -d ~/.cursor-server/bin/fce3511bab261b4c986797f3e1e40e7621bbd010 ]; then printf 'install-found '; fi; if [ -f /etc/alpine-release ]; then printf alpine-; fi; uname -m
[2025-02-26 10:58:39.679] NodeExecServer run: C:\WINDOWS\System32\wsl.exe -d Ubuntu-22.04 -e sh -c if [ -d ~/.cursor-server/bin/fce3511bab261b4c986797f3e1e40e7621bbd010 ]; then printf 'install-found '; fi; if [ -f /etc/alpine-release ]; then printf alpine-; fi; uname -m
[2025-02-26 10:58:40.009] Probing result: x86_64
[2025-02-26 10:58:40.010] No server install found in WSL, needs linux-x64
[2025-02-26 10:58:40.010] Getting server from client side
[2025-02-26 10:58:40.014] Downloading VS Code Server stable - fce3511bab261b4c986797f3e1e40e7621bbd010 into C:\Users\RAJAT~1.JAI\AppData\Local\Temp\vscode-remote-wsl\fce3511bab261b4c986797f3e1e40e7621bbd010\vscode-server-stable-linux-x64.tar.gz.
[2025-02-26 10:58:41.680] Download checksum: undefined
It takes almost 30 mins for me to complete the downloading server every time I close and reopen the cursor.
Can someone provide steps to fix this?
Setup:
I am using Windows and installed WSL2
installed VsCode in windows (I tried installing vscode using .deb in wsl but that also did not help)