codex - 💡(How to fix) Fix File links in chat do not open in editor [2 comments, 2 participants]

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…
GitHub stats
openai/codex#18217Fetched 2026-04-17 08:31:16
View on GitHub
Comments
2
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
commented ×2labeled ×2closed ×1

When I click file links sent by Codex in chat, the file does not open in the VSCode editor.

Root Cause

When I click file links sent by Codex in chat, the file does not open in the VSCode editor.

RAW_BUFFERClick to expand / collapse

What version of the IDE extension are you using?

26.409.20454

What subscription do you have?

GPT Pro

Which IDE are you using?

VS Code

What platform is your computer?

Darwin 25.4.0 x86_64 i386

What issue are you seeing?

I’m reporting an issue with the openai.chatgpt VSCode extension.

Summary

When I click file links sent by Codex in chat, the file does not open in the VSCode editor.

Actual behavior

Nothing happens when I click the file link (no file opens).

Impact

This breaks the fast navigation workflow to files referenced by Codex during implementation and review.

What steps can reproduce the bug?

Steps to reproduce

  1. Open a chat with Codex in VSCode.
  2. Receive a response containing file links.
  3. Click a file link.
  4. The file does not open in the editor.

What is the expected behavior?

Expected behavior

Clicking a file link from Codex (for example, an absolute path with line reference) should open the target file in the editor.

Additional information

Troubleshooting already attempted

  • Updated VSCode and extension.
  • Ran Developer: Reload Window.
  • Confirmed workspace is trusted.
  • Disabled/re-enabled the extension.
  • Tested in another workspace.

Environment

  • VSCode 1.116.0 (Universal)
  • Commit: 560a9dba96f961efea7b1612916f89e5d5d4d679
  • Date: 2026-04-15T00:28:13Z
  • Electron: 39.8.7
  • Chromium: 142.0.7444.265
  • Node.js: 22.22.1
  • OS: Darwin x64 25.4.0
  • Codex Plugin
    • Identifier: openai.chatgpt
    • Version: 26.409.20454

extent analysis

TL;DR

The issue with file links not opening in the VSCode editor when clicked may be related to the configuration or compatibility of the openai.chatgpt extension.

Guidance

  • Verify that the file paths sent by Codex are correct and absolute, ensuring they point to existing files within the workspace.
  • Check the VSCode settings and the openai.chatgpt extension settings for any configuration options related to handling file links, such as path resolution or security restrictions.
  • Attempt to open a file link in a new VSCode window or a different workspace to isolate if the issue is specific to the current workspace or setup.
  • Review the extension's documentation or support resources for any known issues or updates related to file link handling.

Example

No specific code snippet is applicable in this case, as the issue seems related to extension configuration or compatibility rather than custom code.

Notes

The issue might be specific to the version of the openai.chatgpt extension (26.409.20454) or the VSCode version (1.116.0), and checking for updates or known issues with these versions could provide more insight.

Recommendation

Apply workaround: Given the troubleshooting steps already attempted, the next step would be to try a different approach, such as manually opening the files referenced by Codex or seeking further support from the extension developers, as there's no clear indication that an upgrade to a fixed version would immediately resolve the issue.

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…

FAQ

Expected behavior

Clicking a file link from Codex (for example, an absolute path with line reference) should open the target file in the editor.

Still need to ship something?

×6

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

Back to top recommendations

TRENDING