Bug report: Codex VS Code extension stuck on loading, never shows login screen

This my solution

Force Reinstall the Extension

  • Remove the extension completely:

    code --uninstall-extension openai.chatgpt
    
    
  • Delete its folder manually at:

    %USERPROFILE%\.vscode\extensions\openai.chatgpt-*
    
    
  • Reinstall from the Marketplace.

Then it works.

2 Likes