You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just curious, do you have any thoughts on how this could be adapted to add a feature that would allow you to filter the Explorer to show only files owned by a particular Codeowner?
It should be possible to use codeowners to generate a list of all files owned by a codeowner -- then assuming VS Code has some sort of hook to filter the Explorer, it would just be a matter of passing that list to that hook.
This is part feature request, part question, part thinking out loud, and also part me saying thank you for creating this, I really like it. ❤️
The text was updated successfully, but these errors were encountered:
I'm assuming it could be possible to use the TreeView API to provide a new tree view that is filtered to show only files owned by a particular codeowner, and use that codeowners library to do the filtering.
JasonStoltz
changed the title
Ability to filter navigation view by Codeowner
Ability to filter Explorer view by Codeowner
Dec 4, 2024
Hey @jasonnutter. I find this plugin super helpful for navigating https://github.com/elastic/kibana, which is a huge repo with a ton of codeowners.
Just curious, do you have any thoughts on how this could be adapted to add a feature that would allow you to filter the Explorer to show only files owned by a particular Codeowner?
It should be possible to use codeowners to generate a list of all files owned by a codeowner -- then assuming VS Code has some sort of hook to filter the Explorer, it would just be a matter of passing that list to that hook.
This is part feature request, part question, part thinking out loud, and also part me saying thank you for creating this, I really like it. ❤️
The text was updated successfully, but these errors were encountered: