jomiller / vscode-rtags

RTags Client for Visual Studio Code
GNU General Public License v3.0
10 stars 0 forks source link

Diagnostics in header files are sometimes lost when diagnostics in dependent source files are introduced #14

Open jomiller opened 5 years ago

jomiller commented 5 years ago

Diagnostic messages for header files sometimes disappear from the Problems window when new diagnostic messages are introduced for source files that depend on those header files. This issue depends on the type of errors that are introduced.

jomiller commented 5 years ago

The diagnostic messages for the header files reappear when the errors are removed from the dependent source files, or when new errors are introduced into the header files.