Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge unnecessary/deprecated diagnostic highlights separately #10084

Merged
merged 1 commit into from
Apr 5, 2024

Commits on Apr 1, 2024

  1. Merge unnecessary/deprecated diagnostic highlights separately

    Previously unnecessary/deprecated diagnostic tags replaced the highlight
    for the severity of a diagnostic. This could cause either the severity
    or unnecessary/deprecated scopes to disappear when diagnostic ranges
    overlapped though. Plus the severity highlight can be interesting in
    addition to the unnecessary/deprecated highlight.
    
    So this change separates the unnecessary and deprecated highlights from
    the severity highlights, so each is merged separately and when they
    overlap, the highlights are combined.
    the-mikedavis committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3c08e60 View commit details
    Browse the repository at this point in the history