vscode-csharp: Visual Studio Code 1.12 debugger fails to run with Omnisharp and Dotnet projects

Environment data

dotnet --info output:

.NET Command Line Tools (1.0.1) Product Information: Version: 1.0.1 Commit SHA-1 hash: 005db40cd1 Runtime Environment: OS Name: Windows OS Version: 10.0.14393 OS Platform: Windows RID: win10-x64

VS Code version: 1.12

C# Extension version: 1.10.0-beta2

Steps to reproduce

I upgraded Visual Studio Code from 1.11 to 1.12 and got the following error when debugging a dotnet project:

Error processing 'configurationDone' request. Unknown Error: 0x89720010

Everything was working fine before upgrading to Visual Studio Code 1.12.

And I was using Omnisharp extension1.10.0-beta1. I then upgraded to 1.10.0-beta2.

However I keep getting the same error. What might be wrong?

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 11
  • Comments: 20 (6 by maintainers)

Most upvoted comments

In a meanwhile I’ll downgrade https://code.visualstudio.com/updates/v1_11

No. This is a bug in VS Code. The VS Code team is working on fixing it. Either install insiders or roll back in the mean time.

VS Code 1.12.1 is now out, and contains the fix. So closing this.

Yes, as a workaround you can use VSCode insiders https://code.visualstudio.com/insiders While we are investigating the issue…

We will not close this yet since this is a hot issue, but https://github.com/Microsoft/vscode/issues/25918 tracks fixing this.

@bernardbr Great idea, I’ll do the same.

Same issue - every ASP.NET Core web application or DotNet Core command line application that previously functioned before the v.1.12.0 update now exhibits this error.