dotnet / vscode-dotnet-runtime

VSCode Extension for Installing .NET via VS Code
MIT License
138 stars 251 forks source link

[NETE2ESDK] There is no a message of success after uninstalling the SDK via the ‘.NET Install Tool: Uninstall .NET’ command. #1920

Open v-xiaofchen opened 3 weeks ago

v-xiaofchen commented 3 weeks ago

Describe the bug.

There is no a message of success after uninstalling the SDK via the ‘.NET Install Tool: Uninstall .NET’ command.

Reproduction Steps

1.Run the command ‘.NET Install Tool: Install .NET SDK System-Wide' to install the .NET SDK and enter the newest version. 2.Open the command palette and run the ‘.NET Install Tool: Uninstall.NET’ command 3.Select the SDK to uninstall that you had installed 4.Observe

Expected Behavior

Uninstall should succeed and show a message of success like bellow. image

Exceptions & Errors (if any)

There is no a message of success after uninstalling the SDK via the ‘.NET Install Tool: Uninstall .NET’ command. image

.NET Install Tool Version

2.1.2

Your operating system? Please provide more detail, such as the version and or distro above.

N/A

VS Code Version

1.92.2

nagilson commented 3 weeks ago

That seems unusual. Is this true for all OS? I was unable to reproduce this behavior. If you have a way of sharing a video, that would be helpful. The log file looks like the program never terminated but I could not reproduce this issue. The only way I can get this behavior is by closing VS Code early before it's done - which that's OK that it does not finish

nagilson commented 3 weeks ago

@v-xiaofchen

v-xiaofchen commented 3 weeks ago

This is a video about the issue. Bug#1920

nagilson commented 3 weeks ago

Fascinating... thank you for the video. I wont block the release on this but this is worth investigating more.

nagilson commented 3 weeks ago

Btw, is this only windows or also mac and linux?

nagilson commented 3 weeks ago

Nvm I see it in the test plan and its all OS. I was also able to repro. Thank you