Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Environment
- Cursor version: 3.14.7
- VS Code base: 1.128.0
- OS: Windows (host) + WSL2 Ubuntu (remote)
- Extension: Codex (
openai.chatgptv26.721.30844), installed on Local (Windows) - Remote: WSL (
WSL: Ubuntu) via Anysphere Remote WSL - Setting:
"chatgpt.runCodexInWindowsSubsystemForLinux": truein Usersettings.json
Actual behavior
- On Windows local (non-remote window): Codex sidebar icon and UI work correctly.
- On WSL Remote window: Codex does not appear in the Activity Bar, and no Codex commands appear in the Command Palette.
View: Open Viewdoes not list Codex as a standalone sidebar option in the remote window.View: Reset View LocationsandDeveloper: Reload Windowdo not fix the issue.
Extension / log details
Codex is installed only on Windows local:
C:\Users\<user>\.cursor\extensions\openai.chatgpt-26.721.30844-win32-x64- Not installed under
~/.cursor-server/extensions/on WSL.
Renderer log shows API proposal errors on load:
Steps to Reproduce
- Install Codex extension on Local (Windows).
- Optionally set
"chatgpt.runCodexInWindowsSubsystemForLinux": truein User settings and reload. - Open a folder via Remote - WSL (status bar shows
WSL: Ubuntu). - Observe Activity Bar: Codex icon is missing.
- Open Command Palette (
Ctrl+Shift+P) and search forCodex→ no commands found. - Open the same project on Windows local (without WSL remote) → Codex works.
Expected Behavior
When opening a project via WSL Remote (WSL: Ubuntu in the status bar), the Codex extension should appear in the Activity Bar (same as on Windows local), and Codex commands should be available in the Command Palette (e.g. Codex: New Codex Agent, Codex: Open Codex Sidebar).
Operating System
Windows 10/11
Version Information
Cursor version: 3.14.7
Does this stop you from using Cursor
No - Cursor works, but with this issue