Stop Visual Studio Code from Opening Submodules in Source Control View
Whenever I open a Git project that contains submodules, VSCode additionally opens all submodules in the source control view. This clutters the source control view, especially for projects with 10+ submodules. How do I make VSCode only open the current…