VS Code - The git repository has too many active changes, only a subset of Git features will be enabled
Check with git ls-files --eol
(Git 2.8+) if this is an eol issue.
If yes, then:
- type git config --global core.autocrlf false
- re-clone your repository
- check if the issue persists on VSCode