Using Latest Cursor Version
Version: 0.48.9 (user setup)
VSCode Version: 1.96.2
Commit: 61e99179e4080fecf9d8b92c6e2e3e00fbfb53f0
Date: 2025-04-12T18:45:22.042Z
Electron: 34.3.4
Chromium: 132.0.6834.210
Node.js: 20.18.3
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100
Using WSL Extension version 0.81.8
I have tried:
launching from a clean WSL distro
removing the .cursor-server cache
reinstalling cursor through windows
this is the terminal output
[2025-04-19 15:53:33.274] Extension version: 0.81.8
[2025-04-19 15:53:33.274] L10N bundle: undefined
[2025-04-19 15:53:33.284] authorityHierarchy: wsl+Ubuntu
[2025-04-19 15:53:33.284] WSL extension activating for a local WSL instance
[2025-04-19 15:53:33.298] Download in background is enabled
[2025-04-19 15:53:33.298] Resolving wsl+Ubuntu, resolveAttempt: 1
[2025-04-19 15:53:33.299] NodeExecServer run: C:\WINDOWS\System32\wsl.exe --status
[2025-04-19 15:53:33.342] WSL feature installed: true (wsl --status)
[2025-04-19 15:53:33.342] NodeExecServer run: C:\WINDOWS\System32\wsl.exe --list --verbose
[2025-04-19 15:53:33.382] 3 distros found
[2025-04-19 15:53:33.383] Starting VS Code Server inside WSL (wsl2)
[2025-04-19 15:53:33.383] Windows build: 26100. Multi distro support: available. WSL path support: enabled
[2025-04-19 15:53:33.383] Scriptless setup: false
[2025-04-19 15:53:33.398] NodeExecServer run: C:\WINDOWS\System32\wsl.exe -d Ubuntu -e sh -c [ -f '/tmp/vscode-distro-env.Uph9dH' ] && cat '/tmp/vscode-distro-env.Uph9dH' || echo ''
[2025-04-19 15:53:33.488] For help with startup problems, go to https://code.visualstudio.com/docs/remote/troubleshooting#_wsl-tips
[2025-04-19 15:53:33.491] Using shell environment from invoking shell: /tmp/vscode-distro-env.Uph9dH
I tried disabling the Shell environment by setting "remote.WSL.useShellEnvironment": false
and this is the output
[2025-04-19 15:51:27.262] Extension version: 0.81.8
[2025-04-19 15:51:27.262] L10N bundle: undefined
[2025-04-19 15:51:27.272] authorityHierarchy: wsl+Ubuntu
[2025-04-19 15:51:27.272] WSL extension activating for a local WSL instance
[2025-04-19 15:51:27.288] Download in background is enabled
[2025-04-19 15:51:27.288] Resolving wsl+Ubuntu, resolveAttempt: 1
[2025-04-19 15:51:27.289] NodeExecServer run: C:\WINDOWS\System32\wsl.exe --status
[2025-04-19 15:51:27.335] WSL feature installed: true (wsl --status)
[2025-04-19 15:51:27.335] NodeExecServer run: C:\WINDOWS\System32\wsl.exe --list --verbose
[2025-04-19 15:51:27.380] 3 distros found
[2025-04-19 15:51:27.381] Starting VS Code Server inside WSL (wsl2)
[2025-04-19 15:51:27.381] Windows build: 26100. Multi distro support: available. WSL path support: enabled
[2025-04-19 15:51:27.381] Scriptless setup: false
[2025-04-19 15:51:27.383] Using shell environment is disabled.
[2025-04-19 15:51:27.491] For help with startup problems, go to https://code.visualstudio.com/docs/remote/troubleshooting#_wsl-tips
I am completely stuck