Codex cannot be opened in VScode
Open 💬 6 comments Opened Apr 10, 2026 by j1018y
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of the IDE extension are you using?
1.115.0
What subscription do you have?
Plus
Which IDE are you using?
VS Code
What platform is your computer?
Linux x86_64
What issue are you seeing?
The codex extension is stuck in this scene and cannot be opened for the remote server im working on, while it can work correctly when i work in local workspace.
The error is shown below.
<img width="558" height="1315" alt="Image" src="https://github.com/user-attachments/assets/40de0c83-742b-42dd-8073-42d876e9748a" />
<img width="1557" height="331" alt="Image" src="https://github.com/user-attachments/assets/f44c726d-0132-4768-ae05-7d006857531e" />
What steps can reproduce the bug?
Open the remote VS code server with my Linux and VS code environment version.
What is the expected behavior?
It should show up the conversations I've previously started.
Additional information
_No response_
6 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
still not solved w relevant issue solution
Same problem here
Ctrl+Shift+P→Output: Show Output Channels→ 选择 Codex 相关通道,查看日志信息,复制给AI如果是
Codex process is not available这个错误,需要安装https://aka.ms/vs/17/release/vc_redist.x64.exe,即可使用+1
I've hit the same / a similar issue.
Depending on the Linux environment, the desktop entry may call
/usr/share/code/codedirectly, whose zygote processes could inheritRLIMIT_NOFILE=1024. The Codex webview preloads enough resources concurrently to hit that limit and stall during startup.Starting through
/usr/bin/codemay raise the zygotes' softRLIMIT_NOFILElimit to the hard limit (524288on that system), which their renderer children inherit.Environment
| Component | Version |
| --- | --- |
| Platform | Raspberry Pi 5 (
aarch64) || OS | Debian-based, kernel
6.12.34+rpt-rpi-2712|| Desktop / Session | XFCE, X11 over XRDP |
|
xfce4|4.20.1||
xfce4-session|4.20.4-1||
xfce4-panel|4.20.7-2||
xfwm4|4.20.0-1||
xfdesktop4|4.20.2-2||
xrdp|0.10.6-1||
xorgxrdp|1:0.10.5-2|| VS Code |
1.128.0|| Codex extension |
26.707.31428-linux-arm64|Trace
BEFORE
---
AFTER
Workaround