Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
When I click file links generated by Codex in chat, Cursor does not open the file inside the editor.
Instead, it launches the external browser to a URL like:
https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/mrmei/.cursor/extensions/openai.chatgpt-26.5401.11717-win32-x64/webview/
The browser then fails with DNS / site not reachable.
Relevant log from Codex:
open-in-target not supported in extension
url=vscode://codex/open-in-targets
Log path:
C:\Users\mrmei\AppData\Roaming\Cursor\logs\20260403T095629\window1\exthost\openai.chatgpt\Codex.log
I already tried clearing Cursor caches, deleting and reinstalling the Codex extension, and restarting Cursor. The issue still reproduces.
Steps to Reproduce
Open Cursor on Windows in a local workspace.
Use Codex chat and let it create or reference a local file.
Click the file link shown in chat.
Observe that Cursor opens the external browser instead of opening the file in the editor.
Expected Behavior
Clicking a Codex-generated local file link should open the target file directly inside Cursor editor, not in the external browser.
Operating System
Windows 10/11
Version Information
Cursor: 3.0.6
VS Code engine: 1.105.1
Codex extension: openai.chatgpt-26.5401.11717-win32-x64
User profile path: C:\Users\mrmei
Does this stop you from using Cursor
No - Cursor works, but with this issue