Bug type: Language Service
Describe the bug
- OS and Version: Windows 10 Enterprise
- VS Code Version: 20H2
- C/C++ Extension Version: v1.10.7
- Description : Ctrl+Shift+P and run the option "C/C++: Run Code Analysis on Active File" triggers clang-tidy to run on the complete workspace instead of the active file.
Expected behavior
Run Code analysis on active file should trigger code analysis only on the active file