From f4e1dd5e6d9b223279537ccbe3dc6977eec37e42 Mon Sep 17 00:00:00 2001
From: Jerome Donfack <156980020+purejerome@users.noreply.github.com>
Date: Thu, 6 Jun 2024 15:34:21 -0400
Subject: [PATCH] Added troubleshooting section (first entry)
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index cccfbaf..a1f3849 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,10 @@ Dev Container config for development of MusicCPR to support simpler onboarding e
1. **using its HTTPS url** clone your `cpr-dev-USERNAME` repository to your local machine
1. press the do everything hotkey Ctrl+Shift+P (or on macOS command+shift+P), type `reopen`, and then select `Dev Containers: Reopen in Container`
+## Troubleshooting
+1. If the VS Code source control feature does not work, search for the the built in GIT extension, disable it, and reenable it like it says in this article.
+https://stackoverflow.com/a/70296872/1449799
+
## Resources