Codex extension stuck on loading/logo screen after VS Code update on Windows
Open 💬 15 comments Opened Mar 27, 2026 by PranavAcml
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of the Codex App are you using (From “About Codex” dialog)?
26.325.21211
What subscription do you have?
workplace
What platform is your computer?
windows
What issue are you seeing?
Codex in VS Code is stuck on the loading/logo screen on Windows after a VS Code update.
What I already tested:
- restarted VS Code
- disabled and re-enabled the extension
- launched VS Code with
--disable-gpu - checked Developer Tools
- created an Empty Profile
- installed only the Codex extension in that Empty Profile
- reset shared Codex state in
~/.codex
Result:
- Codex still never loads past the logo screen
- issue reproduces even in an Empty Profile
- issue persists after shared config reset
Environment:
- Windows
- VS Code
- Codex extension (
openai.chatgpt)
Notes:
- this appears to be an extension-side or Windows-specific regression rather than a normal profile/settings conflict
- issue started after a VS Code update
What steps can reproduce the bug?
the codex extension just doesnt open, its stuck at the loading logo
What is the expected behavior?
_No response_
Additional information
_No response_
15 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Does the problem go away if you downgrade to an earlier version of the extension? I'm wondering if this is a regression in the latest extension release.
Same issue here
Same issue, is there any solution please?
Same issue here. Downgraded to 26.318.11754, still not working.
Windows 10, VS Code 1.114.0
same issue here. does clicking the openai symbol in the top right corner of the text editor also trigger
command 'chatgpt.openSidebar' not foundfor you?same issue here
downgraded the codex to 26.5417.40842 and it worked for me. VS Code version is 1.117.0 as of today 15th April, 2026
changing version didn't work for me. I deleted these: ~/.codex/auth.json, ~/.codex/cache, and ~/.codex/tmp
My VS Code Codex extension was stuck on loading screen forever and I tried everything including restarting vscode, reinstalling the extension.
Here's what worked:
I deleted the following folder:
C:\Users\{my user}\.codex
And it fixed the issue immediately! I restarted vs code and got the login screen.
该方法确实有效,顶了
If you’re planning to reset everything, try removing the plugin that isn’t logged in. It fixed the problem for me.
Good tip! I was able to get in after deleting (actually renaming) only ~/.codex/auth.json, and ~/.codex/tmp. After that I had to log back in to codex in vscode but now it works. I did not have to change ~/.codex/cache.
Only deleting ~/.codex/tmp. fixed for me.
Same issue for me on Visual Studio on Linux:
Version: 1.127.0
Commit: 4fe60c8b1cdac1c4c174f2fb180d0d758272d713
Date: 2026-06-30T10:52:33+02: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 6.8.0-124-generic
Codex Extension version: 26.623.101652
Renamed ~/.codex/auth.json, and ~/.codex/tmp and was then able to log in again and continue.