microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.52k stars 1.55k forks source link

No error squiggles appear for non-opened header files in the same TU #3873

Open sean-mcmanus opened 5 years ago

sean-mcmanus commented 5 years ago

In VS, all the headers in a TU show errors in the error list (with the ability to filter to only show errors for the current file). See also https://github.com/microsoft/vscode-cpptools/issues/3207 , which is related.

sean-mcmanus commented 4 years ago

This issue can make the "No IL available" harder to diagnose, see https://github.com/microsoft/vscode-cpptools/issues/6114.