I have a folder structure like
Project
|----SERVER
|----CLIENT
and I want to add server folder to its own repo and client folder to its own repo for hosting purpose, and the main project folder in its own repo so it is easier to share with other people. I initialized a GitHub repo in all three location but Vscode only accepts the main project folder in its source control, but if I open client and server folders in separate window then only it shows up in the source control tab. Is there any way I can commit, push and pull in all three repos using one window?