Regression: v0.4.35 Correctly Identifies Debian WSL but Later Version Require Ubuntu
Resolved 💬 0 comments Opened Nov 17, 2025 by Fristender Closed Jan 28, 2026
What version of the VS Code extension are you using?
v0.4.43
What subscription do you have?
Plus
Which IDE are you using?
VS Code
What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
What issue are you seeing?
<img width="598" height="680" alt="Image" src="https://github.com/user-attachments/assets/fc7bae4c-b974-4747-a14b-7aadbcc32c49" />
When I was on v0.4.35, codex properly runs on WSL but on the later versions I get the image above.
What steps can reproduce the bug?
On a Windows machine without Ubuntu,
- wsl.exe --install -d Debian --no-launch
- Open Debian terminal
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
- nvm install 22
- npm i -g @openai/codex
- codex
- install v0.4.35 of the VSCode extension
- The extension works through the Debian WSL!
- Install latest version of the VSCode extension
- The extension now doesn't work!
What is the expected behavior?
_No response_
Additional information
_No response_