Skip to content

Revert "Fixed wrong negation in the _shouldRenderHint logic. (#242479)"#282913

Merged
DonJayamanne merged 1 commit intomainfrom
don/revertNewCellPR
Dec 12, 2025
Merged

Revert "Fixed wrong negation in the _shouldRenderHint logic. (#242479)"#282913
DonJayamanne merged 1 commit intomainfrom
don/revertNewCellPR

Conversation

@DonJayamanne
Copy link
Contributor

This reverts commit 5dab780.

Fixes #282615

Copilot AI review requested due to automatic review settings December 12, 2025 01:26
@DonJayamanne DonJayamanne self-assigned this Dec 12, 2025
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 reverts a previous commit (5dab780) that attempted to fix a negation issue in the shouldRenderHint logic. However, this revert reintroduces the original bug by checking !activeEditor.isDisposed instead of activeEditor.isDisposed.

Key Changes

  • Reverts the conditional check from activeEditor.isDisposed back to !activeEditor.isDisposed in the shouldRenderHint method

@DonJayamanne DonJayamanne marked this pull request as ready for review December 12, 2025 01:45
@DonJayamanne DonJayamanne enabled auto-merge (squash) December 12, 2025 01:45
@vs-code-engineering vs-code-engineering bot added this to the December / January 2026 milestone Dec 12, 2025
@DonJayamanne DonJayamanne merged commit 855b9b1 into main Dec 12, 2025
33 of 34 checks passed
@DonJayamanne DonJayamanne deleted the don/revertNewCellPR branch December 12, 2025 03:01
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Jan 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Revert changes to display hint in new cells

3 participants