Skip to content

VS Code extension: full Review diff page crashes while inline diff works #35362

Description

@Scheronimus

What version of the IDE extension are you using?

Visual Studio Code 1.130.0, x64

What subscription do you have?

pro

Which IDE are you using?

VS Code

What platform is your computer?

Windows 10 Home, x64

What issue are you seeing?

The full Codex Review/diff page displays:

Oops, an error has occurred

The inline diff card inside the conversation renders the same change correctly.
VS Code Source Control and git diff also work correctly.

What steps can reproduce the bug?

  1. Open a valid Git repository in VS Code.
  2. Make a small uncommitted text change.
  3. Confirm that git diff displays the change.
  4. Open the Codex full Review/diff page.
  5. The Review page crashes and displays “Oops, an error has occurred.”
  6. The inline “Review changes” card continues to render correctly.

What is the expected behavior?

The full Review page displays the repository diff.

Additional information

Actual result

The full Review page hits an error boundary. Only the inline diff works.

Troubleshooting already attempted

  • Initialized and validated the Git repository.
  • Confirmed git diff works.
  • Reloaded the VS Code window.
  • Restarted VS Code.
  • Disabled and re-enabled the extension.
  • Completely uninstalled and reinstalled the extension.
  • Tested after creating a fresh filesystem change.
  • The failure persists.

Relevant log entry

At 2026-07-25 17:54:05.328:

error boundary ... editor-diff-page-DVdvmt2c.js ... name=AppRoutes

The stack trace points into:

openai.chatgpt-26.721.41059-win32-x64/webview/assets/editor-diff-page-DVdvmt2c.js

Authentication succeeds and the Git repository watcher starts normally before the crash.

Additional observations

  • The inline diff renderer works.
  • VS Code native Source Control diff works.
  • The repository has a valid initial commit and a small uncommitted README change.
  • The problem appears isolated to the full editor-diff-page webview route.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcode-reviewIssues relating to code reviews performed by codexextensionIssues related to the VS Code extensionwindows-osIssues related to Codex on Windows systems

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions