Fix 1.
I am not sure how many projects you have but I think you can enable this by changing the excludefile settings.
- Go to VSCode > Preferences > Settings or press ⌘,.
- Search for files.exclude and make **/.git to false.
Fix 2
OR try to search for search.useIgnoreFiles in your settings and make it false.
You can find more details here.