Don't show hint diagnostics in problems view? #45436
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
error-list
Problems view
feature-request
Request for new features or functionality
languages-diagnostics
Source problems reporting
release-notes
Release notes issues
under-discussion
Issue is under discussion for relevance, priority, approach
Milestone
Problem
TypeScript is introducing new "suggest" diagnostics (#45378 + #45433) that seem to map to our
DiagnosticServerity.Hint
level. Example suggest diagnostic: convert a es5 class to an es6 class.However these hint diagnostics still are still show in the problems view, which adds a lot of noise
Proposal
Don't show hint diagnostics in the problems panel. They are already not shown in the editor. Not sure if any extensions depend on the current functionality
The text was updated successfully, but these errors were encountered: