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

Suppress 'Report an issue' on .NET acquisition failure #5871

Merged
merged 1 commit into from
Feb 4, 2022

Conversation

anthony-c-martin
Copy link
Member

@anthony-c-martin anthony-c-martin commented Feb 4, 2022

New experience (tested by setting dotnet version to "100.0"):
image

This removes the "Report an issue" button and instead points users to use the error dialog reported by the .NET acquisition tool (which is able to capture context & logs, and triggers a report to the dotnet runtime repo rather than this one). Our current "Report an Issue" button has no available context about the failure, which leads to unactionable issue reports like:
image

Closes #2428

Copy link
Member

@majastrz majastrz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@anthony-c-martin anthony-c-martin merged commit 87b0b9e into main Feb 4, 2022
@anthony-c-martin anthony-c-martin deleted the ant/issue2428 branch February 4, 2022 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failures to obtain .NET runtime are not clearly surfaced in VSCode extension
2 participants