Codex VSCode Extension has serious issues

The Codex plugin in VSCode is regularly stuck in the loading screen. Having to try and bugfix this every day takes away 30 minutes at least when codex was supposed to save time. Might have to consider another coding agent if this keeps up.

Yes, I’ve seen this personally myself on numerous occasions. The part that makes it frustrating at least to me is there’s absolutely zero indications of what’s happening. There really does need to be some sort of debug output without having to crawl through the Codex client logs. I’m not sure why the VSCode extension is so bad. In the past I just had to start a new conversation because that was the only thing that worked.

Agree. Claude code works on VS Code remote ssh meanwhile Codex gets stuck at this loading screen and unresponsive window error.. which stifles time.. tried uninstall/reinstall reload window nothing has worked as of this past week. Almost seems like Microsoft/Anthropic is blocking the app from functioning in VS code.

Increase the memory allocation in the VS Code settings. I had the same issue; I allocated 16 GB, and everything started working fine.

How do you do that? I’m not really seeing anything for memory other than JS/TS settings and scrollback.

It worked for me! Thank you so much.

In the vscode preferences > settings, you search for "JS/TS › Tsserver: Max Memory" and you increase the value

This should really be better communicated …

Also when setting values about 4096MB the path to a node executable (e.g. /usr/bin/node) is required for setting ts.tsserver.node.path