Skip to content

Can't easily open PR to the right#8545

Merged
alexr00 merged 1 commit intomainfrom
alexr00/issue8537
Feb 25, 2026
Merged

Can't easily open PR to the right#8545
alexr00 merged 1 commit intomainfrom
alexr00/issue8537

Conversation

@alexr00
Copy link
Member

@alexr00 alexr00 commented Feb 25, 2026

Fixes #8537

Copilot AI review requested due to automatic review settings February 25, 2026 12:23
@alexr00 alexr00 enabled auto-merge (squash) February 25, 2026 12:23
@alexr00 alexr00 self-assigned this Feb 25, 2026
@vs-code-engineering vs-code-engineering bot added this to the February 2026 milestone Feb 25, 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 the inability to easily open PR descriptions to the side by improving how the extension determines which view column to use when opening or revealing a PR/issue overview panel. The change switches from using activeTextEditor.viewColumn to tabGroups.activeTabGroup.viewColumn, which correctly identifies the current column even when the active tab is not a text editor.

Changes:

  • Updated _getViewColumn method to use tabGroups.activeTabGroup.viewColumn instead of activeTextEditor?.viewColumn
  • Removed the unnecessary fallback to ViewColumn.One (handled elsewhere with fallback to ViewColumn.Active)

@alexr00 alexr00 merged commit 23a4df1 into main Feb 25, 2026
10 checks passed
@alexr00 alexr00 deleted the alexr00/issue8537 branch February 25, 2026 13:32
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.

Can't easily open PR to the right

3 participants