mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-29 19:59:19 +01:00
@@ -2234,13 +2234,6 @@ export class SettingsTreeFilter implements ITreeFilter<SettingsTreeElement> {
|
||||
}
|
||||
}
|
||||
|
||||
// @modified or tag
|
||||
if (element instanceof SettingsTreeSettingElement && this.viewState.tagFilters) {
|
||||
if (!element.matchesAllTags(this.viewState.tagFilters)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
// Group with no visible children
|
||||
if (element instanceof SettingsTreeGroupElement) {
|
||||
if (typeof element.count === 'number') {
|
||||
|
||||
Reference in New Issue
Block a user