Skip to content

Delete breadcrumbs.filterOnType unused setting.#75971

Merged
jrieken merged 1 commit intomicrosoft:masterfrom
jeanp413:fix-75969
Jun 26, 2019
Merged

Delete breadcrumbs.filterOnType unused setting.#75971
jrieken merged 1 commit intomicrosoft:masterfrom
jeanp413:fix-75969

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


// 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