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

Custom tree view: Collapse should be named Collapse All #68315

Closed
usernamehw opened this issue Feb 9, 2019 · 1 comment
Closed

Custom tree view: Collapse should be named Collapse All #68315

usernamehw opened this issue Feb 9, 2019 · 1 comment
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

Issue Type: Bug

Using extension code:

vscode.window.createTreeView(`${EXTENSION_NAME}.tree`, {
	treeDataProvider: provider,
	showCollapseAll: true,
});

Button title is showing Collapse.

screenshot 53

VS Code version: Code 1.31.0 (7c66f58, 2019-02-05T22:35:56.624Z)
OS version: Windows_NT x64 10.0.17763

@sandy081 sandy081 added bug Issue identified by VS Code Team member as probable bug tree-views Extension tree view issues labels Feb 12, 2019
@sandy081 sandy081 added this to the February 2019 milestone Feb 12, 2019
@mjbvz mjbvz added the verification-found Issue verification failed label Feb 25, 2019
@mjbvz
Copy link
Contributor

mjbvz commented Feb 25, 2019

I'm still seeing this using the vscode tree view sample extension:

screen shot 2019-02-25 at 2 54 00 pm

@mjbvz mjbvz reopened this Feb 25, 2019
@sandy081 sandy081 removed the verification-found Issue verification failed label Feb 25, 2019
@jrieken jrieken added the verified Verification succeeded label Feb 26, 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 tree-views Extension tree view issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants