How to ignore outside libraries git status from source control in VSCode

94 Views Asked by At

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?

1

There are 1 best solutions below

0
Mizunashi On

If the libraries are git repository, selecting false for Git: Auto Repository Detection suppress unnecessary repository detection.