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
[analysis_server] Fix duplicate diagnostic/lint names in analysis_options completion
Some of the diagnostic names are used by multiple diagnostics (for example `extendsDeferredClass` and `implementsDeferredClass` both use `SUBTYPE_OF_DEFERRED_CLASS` so they need to be de-duped when adding to code completion.
Fixes#61434
Change-Id: Ie0875c8aadb5543b524fc8730c2860e9ac73d496
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/448040
Reviewed-by: Brian Wilkerson <[email protected]>
Commit-Queue: Brian Wilkerson <[email protected]>
Reviewed-by: Samuel Rawlins <[email protected]>
0 commit comments