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

Show Cancellation Style Errors #1989

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

nagilson
Copy link
Member

I made a change a while back such that 'cancelled request' style errors dont cause a pop up because I figured they were not useful. The vendors reported it as a bug. Do you think we should keep a pop up for those types of errors?

The types of errors include: entered a bad version, you cancelled the password prompt or admin prompt, you have a custom linux install or conflicting feeds, your distro is not supported, etc

Resolves #1826

If this is closed, close this issue.
Waiting for PM feedback on @baronfel. I think we can display it.

Extensions can set errorConfiguration in the acquire context

export declare enum AcquireErrorConfiguration {
    DisplayAllErrorPopups = 0,
    DisableErrorPopups = 1
}

to ignore this. I believe @dibarbet may have asked for this at some point?

Before
image

After
image

I made a change a while back such that 'cancelled request' style errors dont cause a pop up because I figured they were not useful. The vendors reported it as a bug. Do you think we should keep a pop up for those types of errors?

The types of errors include: entered a bad version, you cancelled the password prompt or admin prompt, you have a custom linux install or conflicting feeds, your distro is not supported, etc

Resolves dotnet#1826

If this is closed, close this issue.
Waiting for PM feedback on @baronfel. I think we can display it.

Extensions can set errorConfiguration in the acquire context

export declare enum AcquireErrorConfiguration {
    DisplayAllErrorPopups = 0,
    DisableErrorPopups = 1
}
to ignore this.
@nagilson nagilson merged commit 64b3def into dotnet:main Oct 16, 2024
9 checks passed
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.

[NETE2ESDK] There is no an error popup in the bottom right corner of VSCode, if enter an invalid version.
2 participants