question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Visual Studio Code 1.12 debugger fails to run with Omnisharp and Dotnet projects

See original GitHub issue

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?

Issue Analytics

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

github_iconTop GitHub Comments

5reactions
bernardbrcommented, May 4, 2017

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

3reactions
gregg-miskellycommented, May 4, 2017

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

omnisharp-vscode - Discover .NET
Desktop CLR debugging has limited support. Support for project.json and csproj projects on Windows, macOS and Linux. The C# extension is powered by...
Read more >
Omnisharp 1.9.0 extension for VSCode not recognize CSProj ...
My environment is Windows 10 includes DotNet Core SDK 1.1.0, VSCode 1.12.2 and Omnisharp 1.9.0 C# extension for VSCode along with other ...
Read more >
PSA: If your VS Code C# extension stopped working...
I started a new project and started running in to the same issues again. Rolling back to C# version 1.21.12 and Unity debugger...
Read more >
How to build a .NET Core Project with VS Code - Joffrey Kern
The goal of this post is to provide a few tips to be able to build a .NET Core Project with Visual Code....
Read more >
Enabling C# and .NET Core Debugging in VS Code from an ...
The omnisharp github page has a reported issued on the matter but it's closed without really providing the full and complete answer.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found