Feature Request
I would like submodules to be nested underneath their parent repo in the Source Control Pane.
I love the new submodule feature, but there are a couple of issues with the Source Control pane:
For most situations, this probably isn't an issue. But for some of my projects, it is a serious issue. For example, I have projects:
For development, I use a multi-root workspace with a directory structure something like this:
../A)../A and ../B)For continuous integration and deployment, I use submodules:
./.libs/A and ./.libs/B)/builds/C/.libs/A)While I could leave the submodules uninitialized on my dev machine, my workflow includes doing a build with submodules before I push, to ensure I haven't forgotten to update a submodule, because why waste CPU cycles on a CI build that's guaranteed to fail.
In this particular example, where B has A as a submodule, and C has A and B, I will have six repos (A, B, C, B/.libs/A, C/.libs/A, and C/.libs/B) show up in VSCode. While I can and do disable submodule discovery for these projects, that doesn't stop VSCode from picking them up when I open a file in a submodule.
VS Code version: Code 1.20.1 (f88bbf9137d24d36d968ea6b2911786bfe103002, 2018-02-13T15:34:36.336Z)
OS version: Windows_NT x64 10.0.16299
Plus one for me. When I work in the parent directory of all my git projects, it causes all of my submodules to display as many times as they are included within other projects. An option to not display submodules in the source control providers list would be helpful.
I have the same issue, which is worsened when using workspaces.

@joaomoreno This is not a duplicate of #40548
You are the one who changed the title in August from Differentiate between submodules and normal repos to Differentiate between repositories with the same name, which is not the same.
Please reopen and revert the title change, this is still an issue
@joaomoreno I totally agree with @NotWearingPants. My issue is specifically related to submodules. #40548 would lessen the issue, but would not solve it.
You're absolutely right, sorry about that.
~Duplicate of #101859 : PLEASE UPVOTE IT THERE SO IT CAN BE WORKED ON!~
Most helpful comment
I have the same issue, which is worsened when using workspaces.