Codex VS Code Extension becomes all blank
Open 💬 15 comments Opened Jan 21, 2026 by tradingfuturo
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of Codex is running?
v0.87.0
What subscription do you have?
Business
Which model were you using?
all of them
What platform is your computer?
Windows 11
What terminal emulator and version are you using (if applicable)?
Visual Studio Code
What issue are you seeing?
Sometimes the extension becomes all blank. It keeps working on the background and even completes according to codex cli history. But becomes impossible to use the extension back again without restarting visual studio code.
What steps can reproduce the bug?
No idea, just working out of the blues it enters that broken state. check the attached screenshot.
What is the expected behavior?
Keep rendering the interface properly.
Additional information
<img width="556" height="916" alt="Image" src="https://github.com/user-attachments/assets/d17b2faa-8753-45c7-abd3-af13589d8a13" />
15 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Thanks for the bug report. When this happens, please do the following:
/feedbackslash command to upload logs and session detailsThis will allow us to diagnose the problem based on the session details.
I was not using it due to instability (went back to cli), but I switched to trigger the bug. The extension is far better to work than console. Here is the thread ID: 019be379-6935-76d2-abe1-8ab2826026f7
This appears to occur when some console command is executed by Codex. Just a hint. I have not tracked exactly when it happens, but the information could be of help to track the issue. Maybe some unhandled exception that happens and bubbles up manifesting in the GUI. Under the hood it keeps working and completes the task. Only VS extension gets trashed. What I am doing when it happens is that I check with CLI is the task completed and restart VS Code.
I am experiencing this as well quite often
I am also experiencing this in June. This is extremely frustrating and basically makes Codex unusable for an undefined time.
@etraut-openai, is this an example of the same problem?
<p></p><img width="638" height="695" alt="Image" src="https://github.com/user-attachments/assets/d4bffe3c-0215-4812-a379-1d8d3338f764" /><p></p>
I don't know where one would enter
/feedback, to confirm. Regardless, this probably duplicates whatissues/8197describes.My Environment
> Version: 26.5616.30709
> VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=openai.chatgpt
> ~~~
~~~YAML
Version: 1.126.0-insider
Commit: 226cd5d573076e1d3b260d21409538fbc67cb059
Date: 2026-06-16T21:33:37-07:00
Electron: 42.2.0
ElectronBuildId: 14159160
Chromium: 148.0.7778.97
Node.js: 24.15.0
V8: 14.8.178.14-electron.0
OS: Linux x64 7.0.12-201.fc44.x86_64
~~~
</blockquote>
I am also experiencing this in July!
Code:
Version: 1.126.0
Commit: 7e7950df89d055b5a378379db9ee14290772148a
Date: 2026-06-23T01:46:13Z
Electron: 42.2.0
ElectronBuildId: 14159160
Chromium: 148.0.7778.97
Node.js: 24.15.0
V8: 14.8.178.14-electron.0
OS: Linux x64 7.0.0-27-generic
Codex:
Version
26.623.81905
EDIT:
clearing the extension/vs code cache fixed the issue
Same.. strange thing that for me it started appearing recently
same, i've tried to delete
~/.codex/logs_2.sqlite*and relaunch vscode, sometimes it works but soon it's gonna be blank again...I was having that issue in linux ubunutu, but maybe applicable for windows.
After reinstalling vscode and all of codex with all cache clearing, it still didn't work, so after an hour of debugging with Fable and failing and then another hour of debugging with codex cli, I managed to fix it, quoting what it outputted:
this issue still happens after adding "disable-hardware-acceleration": true,
although clicking the codex icon and clicking "move to" secondary side bar worked for me
Same issue here
<img width="531" height="299" alt="Image" src="https://github.com/user-attachments/assets/2164e182-65ab-45dc-a73a-7e802efbdd0f" />
Got the issue again, here's some more details for Ubuntu, hopefully it's helpful to someone