Is it possible for VSCode to recognize git repositories that are not at the root folder? For example, I have a folder structure like this:
\Root <no git> \Folder1 <git repo> \Folder2 <git repo>
It has to be at the root level and you can only connect to one repository at a time. You can use submodules in git to add another repository as a link to yours however and it can be in any sub directory.