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

Cannot update TreeView.title if the view is not visible #96219

Closed
usernamehw opened this issue Apr 27, 2020 · 0 comments
Closed

Cannot update TreeView.title if the view is not visible #96219

usernamehw opened this issue Apr 27, 2020 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug tree-views Extension tree view issues verified Verification succeeded
Milestone

Comments

@usernamehw
Copy link
Contributor

  1. Multiple extension activation events. * should do too
  2. Hide the view (toggle SideBar)
  3. Create TreeView vscode.window.createTreeView
  4. Update the title view.title = 'new title'
  5. Open the View

Expected: Title is updated
Actual: Title is not changed

@alexr00 alexr00 added bug Issue identified by VS Code Team member as probable bug tree-views Extension tree view issues labels Apr 27, 2020
@alexr00 alexr00 added this to the May 2020 milestone Apr 27, 2020
@connor4312 connor4312 added the verified Verification succeeded label Jun 4, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jun 29, 2020
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-views Extension tree view issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants