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

Delete breadcrumbs.filterOnType unused setting. #75971

Merged
merged 1 commit into from Jun 26, 2019

Conversation

jeanp413
Copy link
Contributor

Fixes #75969. Maybe #55004 should be closed too.

@jrieken jrieken self-assigned this Jun 24, 2019
@jrieken
Copy link
Member

jrieken commented Jun 24, 2019

Not sure how that relates to #755969

@@ -129,13 +125,6 @@ export abstract class BreadcrumbsPicker {
this._layout();
}));

// filter on type: state
const cfgFilterOnType = BreadcrumbsConfig.FilterOnType.bindTo(this._configurationService);
this._tree.updateOptions({ filterOnType: cfgFilterOnType.getValue() });
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This overrides the setting workbench.list.keyboardNavigation and because breadcrumbs.filterOnType is commented its value is undefined/false, so the BreadcrumbsPicker tree won't filter on type after a launch/reload unless the TypeFilterController widget of the tree is clicked which modifes the filterOnType setting

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡

@jrieken jrieken added this to the June 2019 milestone Jun 25, 2019
@jrieken jrieken merged commit 0e37dde into microsoft:master Jun 26, 2019
@jeanp413 jeanp413 deleted the fix-75969 branch July 5, 2019 02:57
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Breadcrumbs doesn't filter on type until clicking on the tree TypeFilterController
2 participants