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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree expands all children #69464

Closed
jrieken opened this issue Feb 26, 2019 · 0 comments
Closed

Tree expands all children #69464

jrieken opened this issue Feb 26, 2019 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug outline Source outline view issues tree-widget Tree widget issues verified Verification succeeded
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Feb 26, 2019

  • open outline with the SCSS sources below
  • collapse the .foo node
  • add a space to the last rule
  • 馃悰 all nodes expand

feb-26-2019 17-25-35

.foo {
  .foobar {
    .barfoo {
      outline-color: blue;
    }
  }
}


.fokzlb {}

.baaaa {
  counter-reset: unset; 
}
@joaomoreno joaomoreno added bug Issue identified by VS Code Team member as probable bug tree-widget Tree widget issues outline Source outline view issues labels Feb 26, 2019
@joaomoreno joaomoreno added this to the February 2019 milestone Feb 26, 2019
@jrieken jrieken added the verified Verification succeeded label Feb 27, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 12, 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 outline Source outline view issues tree-widget Tree widget issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants