Support tags on settings to filter in settings editor#55094
Support tags on settings to filter in settings editor#55094ramya-rao-a merged 2 commits intomasterfrom
Conversation
|
Do we want to add it to configurationExtensionPoint.ts yet? I think that's essentially extension API, we could leave out so it's a hidden property for builtin extensions until we're sure we like the shape. |
|
@roblourens I agree. I've removed the change to |
|
What are the other tags that can be supported and how can this be leveraged as an end user? |
Tags can be literally anything. We will support tag based search just like we do for extensions.
Any kind of filtering that goes across the existing groups that you see in the toc and which cannot be easily achieved by text search are the best use cases for tags. No bright ideas at the moment as to what other examples for tags. |
To support a separate viewing of settings that control background online features (as described in #54354), this PR adds tags to settings
cc @sandy081