I am working with VS Code IDE and cloned two repos. i.e.
git clone url://repo1
cd new
git clone url://repo2 new2
However,VS code is only tracking one repo for changes. it grays out new2 folder(it is part of repo1 gitignore). also if I make any changes it does not reflect in left panel of VS code source control.
Is it possible in Visual studio code to work with two repositories and tracking/pulling/pushing changes of both repos?
Disclaimer : I have not worked much on git or VS code earlier.