0

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?

Mizunashi
  • 313
  • 1
  • 7

1 Answers1

0

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

Mizunashi
  • 313
  • 1
  • 7