Each time when I launch V.S. Code, I receive an error message that reads:
Too many commits
On the source control tab, I see that the directory c:\user\<arbitrary-dirname>
is loaded as a Git repository. This causes me to have to close the repository every time I open the file, which is obviously a nuisance.
Is there a way to configure V.S. Code so that a specific project does not open as a repository when the project's directory is opened?
I checked my GitHub account but I don't see the folder synced as a repo. Why would I even do that?