You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like #80, we should flag any applicable diagnostics with DiagnosticTag.Unnecessary. Good candidates would be errors where things are duplicated (such as the escape parser directive in #70).
The text was updated successfully, but these errors were encountered:
Like #80, we should flag any applicable diagnostics with
DiagnosticTag.Unnecessary
. Good candidates would be errors where things are duplicated (such as theescape
parser directive in #70).The text was updated successfully, but these errors were encountered: