When using cloned C library which is outside of project workspace, if I look these library's header files by using navigation, VSCode shows library's git status also even if I don't have interest about library's status. This is very annoying for me.
How to suppress this unnecessary reference?
If the libraries are git repository, selecting
falsefor Git: Auto Repository Detection suppress unnecessary repository detection.