Codex Desktop loses line/column when opening file references in GoLand

Open 💬 1 comment Opened Aug 7, 2026 by advening
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

What version of the Codex App are you using (From “About Codex” dialog)?

26.721.81911 (build 5973)

What subscription do you have?

Business

What platform is your computer?

Darwin 25.5.0 arm64 arm

What issue are you seeing?

Opening a local file reference in GoLand from Codex Desktop does not
preserve the referenced line number.

There are two related behaviors:

  1. Right-clicking a file reference and selecting "Open in GoLand"

sometimes does not visibly open or focus the file.

  1. Opening the reference in Codex's right sidebar and then clicking

"Open in GoLand" opens the correct file, but not at the referenced line.

What steps can reproduce the bug?

  1. Configure GoLand as the preferred file open target.
  2. Render a local file reference containing a line number:

[helper.go](/absolute/path/to/helper.go:214)

  1. Right-click the link and select "Open in GoLand".
  2. Alternatively, left-click it to open the Codex file preview, then

click "Open in GoLand" in the preview toolbar.

What is the expected behavior?

Both "Open in GoLand" entry points should open the file at line 214,
for example by preserving the location as equivalent to:

goland --line 214 --column 1 /absolute/path/to/helper.go

Additional information

_No response_

View original on GitHub ↗

1 Comment

github-actions[bot] contributor · 21 days ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #36425

Powered by Codex Action