Type: LanguageService
C/C++
Describe the bug
- OS and Version: Windows 10 RS4
- VS Code Version: 1.24.1
- C/C++ Extension Version: 0.17.5
- Other extensions you installed (and if the issue persists after disabling them): None
- A clear and concise description of what the bug is:
IntelliSense seems to parse every folder within a workspace without any regard for the "files.exclude" workspace setting. This leads to very long parse times as it seems that IntelliSense tries to parse unnecessary files.
Expected behavior
IntelliSense should not attempt to parse files in excluded directories.
Type: LanguageService
C/C++
Describe the bug
IntelliSense seems to parse every folder within a workspace without any regard for the "files.exclude" workspace setting. This leads to very long parse times as it seems that IntelliSense tries to parse unnecessary files.
Expected behavior
IntelliSense should not attempt to parse files in excluded directories.