-
Notifications
You must be signed in to change notification settings - Fork 704
Description
I have noticed #5906, but their desired usage is different than ours.
I have noticed #6719, but that's a different bug that wouldn't serve our use-case even if it were fixed, since it's about using the top-level git.* settings.
I feel that we really do need a githubPullRequests.*-specific version of ignoredRepositories and/or ignoreSubmodules.
The use case I have in mind is that we have several third-party repositories included as submodules, and that we do want to let VSCode be able to help us manage them in general, but are not participating in their development, so don't want them cluttering up our PR view.
If there were a githubPullRequests.ignoreSubmodules setting that could be set in our project workspace or settings file, I would use that, and be happy.