-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Duplicate build errors are not collapsed in the error list #70044
Comments
@tmeschter do you know who we can pull in here on the project system to fixup build-diagnostics so that they get properly collapsed in VS? Currently when roslyn is responsible for diagnostics, i presume we do this work. But in the new LSP world, the project system just reports the diagnostics directly through LSP, and it will have to populate this data as well so that the experience is good. @sharwell could you show images of hte "with/without" pull diagnostics to help motivate this? It would be good to see how bad it is when the diagnostics are duplicated/triplicated/etc. depending on the number of project flavors. Thanks! |
@adrianvmsft @lifengl can you look into this for us. We really want to move to LSP pull diagnostics, but diagnostics/error-list is such a critical experience for us, we don't want to regress things in areas like this. Thanks! |
Version Used:
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
The text was updated successfully, but these errors were encountered: