dotnet / dotnet/vscode-dotnet-runtime
Update 2.3.2 doesn't find a debug adapter for type "coreclr".
- Dominant language
- TypeScript
- Stars
- 209
- Forks
- 455
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the bug.
In the 2.3.2 update it breaks the C# Dev Kit, doesn't matter if you are using .NET 5, 6 or 8, not allowing you to run or debug via launch.json .

The temporary fix for now is: Use the 2.3.1 version, it works properly and is able to "grab" the debug adapter correctly.
### Please attach log file(s) here if you have any.
Couldn't find a debug adapter descriptor for debug type 'coreclr' (extension might have failed to activate).
### Reproduction Steps
- Install .NET Install Tool v2.3.2
- Try to run a project that was previously working
- Might not run and display the problem
### Expected Behavior
Be able to run/debug the code via VsCode with the C# Dev Kit extension.
### Exceptions & Errors (if any)
_No response_
### .NET Install Tool Version
2.3.2
### Your operating system? Please provide more detail, such as the version and or distro above.
Windows
### VS Code Version
1.87.1
Contributor guide
Assessment
This issue has not been assessed yet.