Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #repository #active #subset #git #features
ADD COMMENT
Topic
Name
6+5 =