codex - 💡(How to fix) Fix Codex extension in VS Code IDE does not work when Amazon Q Developer extension is installed in VS Code

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

2026-05-30 15:31:20.981 [error] Request failed conversationId=none durationMs=10 error={"code":-32603,"message":"No such file or directory (os error 2)"} id=f54d7694-079f-4289-9f99-2f2e28e1d3f0 method=fs/readFile pendingCountAfter=1 timeoutMs=0 2026-05-30 15:31:26.143 [error] [desktop-notifications][unhandled-rejection] {"value":{},"source":"owned","hooks":[],"promises":[]} 2026-05-30 15:34:15.703 [error] Request failed conversationId=none durationMs=27 error={"code":-32603,"message":"No such file or directory (os error 2)"} id=bf81d7a4-40ec-4e08-92e0-67d867d8f7a7 method=fs/readFile pendingCountAfter=1 timeoutMs=0 2026-05-30 15:34:21.859 [error] [desktop-notifications][unhandled-rejection] {"value":{},"source":"owned","hooks":[],"promises":[]}

Fix Action

Fix / Workaround

Workaround / Fix:

Workaround / Fix:

Code Example

2026-05-30 15:31:20.301 [info] Activating Codex extension
2026-05-30 15:31:20.301 [info] [CodexMcpConnection] Spawning codex app-server
2026-05-30 15:31:20.301 [info] ChatGPT desktop bridge active
2026-05-30 15:31:20.308 [info] [CodexMcpConnection] Initialize received id=1
2026-05-30 15:31:20.981 [error] Request failed conversationId=none durationMs=10 error={"code":-32603,"message":"No such file or directory (os error 2)"} id=f54d7694-079f-4289-9f99-2f2e28e1d3f0 method=fs/readFile pendingCountAfter=1 timeoutMs=0
2026-05-30 15:31:24.193 [info] [startup][renderer] app routes mounted after 3846ms
2026-05-30 15:31:26.143 [error] [desktop-notifications][unhandled-rejection] {"value":{},"source":"owned","hooks":[],"promises":[]}

---

2026-05-30 15:34:14.838 [info] Activating Codex extension
2026-05-30 15:34:14.838 [info] [CodexMcpConnection] Spawning codex app-server
2026-05-30 15:34:14.838 [info] ChatGPT desktop bridge active
2026-05-30 15:34:15.079 [info] [CodexMcpConnection] Initialize received id=1
2026-05-30 15:34:15.703 [error] Request failed conversationId=none durationMs=27 error={"code":-32603,"message":"No such file or directory (os error 2)"} id=bf81d7a4-40ec-4e08-92e0-67d867d8f7a7 method=fs/readFile pendingCountAfter=1 timeoutMs=0
2026-05-30 15:34:19.299 [info] [startup][renderer] app routes mounted after 4448ms
2026-05-30 15:34:21.859 [error] [desktop-notifications][unhandled-rejection] {"value":{},"source":"owned","hooks":[],"promises":[]}
RAW_BUFFERClick to expand / collapse

Opened this issue in the VS Code repo too in https://github.com/microsoft/vscode/issues/319168 (not sure if this is a VS Code IDE issue or Codex VS Code extension issue).

What version of the IDE extension are you using?

26.527.31454

What subscription do you have?

Enterprise ChatGPT account through my work email

Which IDE are you using?

VS Code version 1.122.1

What platform is your computer?

Darwin 25.5.0 arm64 arm (macOS Tahoe 26.5 (25F71))

What issue are you seeing?

Codex extension in VS Code IDE does not work when Amazon Q Developer extension is installed in VS Code.

When the Amazon Q Developer extension is installed in VS Code IDE on my Mac laptop, after installing the Codex extension in VS Code, the Codex GUI panel in VS Code does not load and is empty. See below screenshot:

<img width="449" height="808" alt="Image" src="https://github.com/user-attachments/assets/e5aeccac-e48f-42e7-88cb-4d3298bbc7f6" />

I see below errors in the VS Code logs on my Mac:

/Users/<username>/Library/Application Support/Code/logs/20260530T153119/window1/exthost/openai.chatgpt/Codex.log has:

2026-05-30 15:31:20.301 [info] Activating Codex extension
2026-05-30 15:31:20.301 [info] [CodexMcpConnection] Spawning codex app-server
2026-05-30 15:31:20.301 [info] ChatGPT desktop bridge active
2026-05-30 15:31:20.308 [info] [CodexMcpConnection] Initialize received id=1
2026-05-30 15:31:20.981 [error] Request failed conversationId=none durationMs=10 error={"code":-32603,"message":"No such file or directory (os error 2)"} id=f54d7694-079f-4289-9f99-2f2e28e1d3f0 method=fs/readFile pendingCountAfter=1 timeoutMs=0
2026-05-30 15:31:24.193 [info] [startup][renderer] app routes mounted after 3846ms
2026-05-30 15:31:26.143 [error] [desktop-notifications][unhandled-rejection] {"value":{},"source":"owned","hooks":[],"promises":[]}

/Users/<username>/Library/Application Support/Code/logs/20260530T153413/window1/exthost/openai.chatgpt/Codex.log has:

2026-05-30 15:34:14.838 [info] Activating Codex extension
2026-05-30 15:34:14.838 [info] [CodexMcpConnection] Spawning codex app-server
2026-05-30 15:34:14.838 [info] ChatGPT desktop bridge active
2026-05-30 15:34:15.079 [info] [CodexMcpConnection] Initialize received id=1
2026-05-30 15:34:15.703 [error] Request failed conversationId=none durationMs=27 error={"code":-32603,"message":"No such file or directory (os error 2)"} id=bf81d7a4-40ec-4e08-92e0-67d867d8f7a7 method=fs/readFile pendingCountAfter=1 timeoutMs=0
2026-05-30 15:34:19.299 [info] [startup][renderer] app routes mounted after 4448ms
2026-05-30 15:34:21.859 [error] [desktop-notifications][unhandled-rejection] {"value":{},"source":"owned","hooks":[],"promises":[]}

Workaround / Fix:

Disabling the Amazon Q Developer extension in VS Code IDE, and restarting VS Code fixed the issue and the Codex GUI panel loaded fine as expected in VS Code.

What steps can reproduce the bug?

  1. Install Amazon Q Developer extension and Codex extension in VS Code IDE.
  2. Open Codex extension's GUI in VS Code and the Codex GUI panel does not load. Restarting VS Code did not help.

What is the expected behavior?

Codex extension should work in VS Code when other extensions are installed in VS Code.

Additional information

Workaround / Fix:

Disabling the Amazon Q Developer extension in VS Code IDE, and restarting VS Code fixed the issue and the Codex GUI panel loaded fine as expected in VS Code.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Codex extension in VS Code IDE does not work when Amazon Q Developer extension is installed in VS Code