Skip to content

Conversation

@connor4312
Copy link
Member

Moves the quickTree.hide() call inside the conditional block to ensure it
only hides after the onDidOpen callback has been invoked for 'manage' items.
This prevents the tree from closing prematurely before the manage action
has completed.

Fixes #275102

(Commit message generated by Copilot)

Moves the quickTree.hide() call inside the conditional block to ensure it
only hides after the onDidOpen callback has been invoked for 'manage' items.
This prevents the tree from closing prematurely before the manage action
has completed.

Fixes #275102

(Commit message generated by Copilot)
Copilot AI review requested due to automatic review settings January 6, 2026 22:49
@connor4312 connor4312 enabled auto-merge (squash) January 6, 2026 22:50
@vs-code-engineering vs-code-engineering bot added this to the December 2025 milestone Jan 6, 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 attempts to fix a timing issue where the quickTree would close prematurely before a manage action completed. It moves the quickTree.hide() call inside the conditional block that handles 'manage' type items.

Key Changes

  • Moved quickTree.hide() from after the loop to inside the conditional block for 'manage' items

@connor4312 connor4312 merged commit d07da7b into main Jan 6, 2026
27 of 28 checks passed
@connor4312 connor4312 deleted the connor4312/275102 branch January 6, 2026 23: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.

Manage Tools closes when clicking on MCP server

3 participants