Skip to content

Remove check for multiDiffEditor.experimental.enabled#8428

Merged
alexr00 merged 1 commit intomainfrom
alexr00/unchanged-quail
Jan 26, 2026
Merged

Remove check for multiDiffEditor.experimental.enabled#8428
alexr00 merged 1 commit intomainfrom
alexr00/unchanged-quail

Conversation

@alexr00
Copy link
Member

@alexr00 alexr00 commented Jan 26, 2026

Fixes #8387

Copilot AI review requested due to automatic review settings January 26, 2026 11:27
@alexr00 alexr00 enabled auto-merge (squash) January 26, 2026 11:27
@alexr00 alexr00 self-assigned this Jan 26, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a regression where the multi-diff button for viewing pull request changes disappeared from the GitHub Pull Requests extension UI. The issue occurred because the button's visibility was conditioned on an experimental VS Code setting that is no longer needed.

Changes:

  • Removed the check for config.multiDiffEditor.experimental.enabled from the pr.openChanges command's when clauses in two menu contexts (context menu and inline menu)

@vs-code-engineering vs-code-engineering bot added this to the January 2026 milestone Jan 26, 2026
@alexr00 alexr00 merged commit de14294 into main Jan 26, 2026
12 checks passed
@alexr00 alexr00 deleted the alexr00/unchanged-quail branch January 26, 2026 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multi-diff button for current pull request is gone

3 participants