Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twistie does not change on click #69224

Closed
isidorn opened this issue Feb 22, 2019 · 1 comment
Closed

Twistie does not change on click #69224

isidorn opened this issue Feb 22, 2019 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug tree-widget Tree widget issues verified Verification succeeded
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Feb 22, 2019

  1. Start debugging a simple javascript
console.log('hello');
debugger;
  1. Type console in the repl and evaluate it
  2. Expand it and some of its children. Notice how the twisties are not changing on click. They are constantly in the collapsed state (even though the object actually gets expanded)
@isidorn isidorn added the tree-widget Tree widget issues label Feb 22, 2019
@joaomoreno joaomoreno added the bug Issue identified by VS Code Team member as probable bug label Feb 22, 2019
@joaomoreno joaomoreno modified the milestones: February 2019, March 2019 Feb 22, 2019
@joaomoreno
Copy link
Member

This is related to dynamic heights. First bad commit: 2b5beb3

@RMacfarlane RMacfarlane added the verified Verification succeeded label Feb 27, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug tree-widget Tree widget issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants