dotnet / vscode-dotnet-runtime

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

[NETE2ESDK] Manually installed SDK is not displayed in the list when running the ‘.NET Install Tool: Uninstall .NET’ command #1919

Open v-xiaofchen opened 3 weeks ago

v-xiaofchen commented 3 weeks ago

Describe the bug.

Manually installed SDK is not displayed in the list when running the ‘.NET Install Tool: Uninstall .NET’ command

Reproduction Steps

1.Install the .NET 6.0 from https://dotnet.microsoft.com/en-us/download/dotnet/6.0 2.Open the command palette and run the ‘.NET Install Tool: Uninstall.NET’ command 3.Observe

Expected Behavior

Manually installed SDK is displayed in the list when running the ‘.NET Install Tool: Uninstall .NET’ command

Exceptions & Errors (if any)

Manually installed SDK is not displayed in the list when running 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

Same as https://github.com/dotnet/vscode-dotnet-runtime/issues/1918