You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install older build of .NET CLI (build 2202 seems to cause this, probably others would too)
Install VS Code+C# extension
Try to restore debugger
Result:
Error saying "Error while installing .NET Core Debugger" whenever I open VS Code with the extension installed. When I hit the "View Log" button next to it, nothing happens (no log opens).
@MattGertz I know you were asking about upgrade testing. Do you care enough about this scenario that you would want to take the fix, or should we move this to RTM?
Repro steps:
Result:
Error saying "Error while installing .NET Core Debugger" whenever I open VS Code with the extension installed. When I hit the "View Log" button next to it, nothing happens (no log opens).
Notes:
On the following line, we will throw an error if the dotnet --info doesn't return the RID:
https://github.com/OmniSharp/omnisharp-vscode/blob/master/src/coreclr-debug/util.ts#L137
But the error from the exception is dropped on the floor here:
https://github.com/OmniSharp/omnisharp-vscode/blob/master/src/coreclr-debug/main.ts#L89
Suggested changes:
The text was updated successfully, but these errors were encountered: