-
Notifications
You must be signed in to change notification settings - Fork 675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error processing "configurationDone" request #1431
Comments
@bhkeys do you have an official VS Code rpm from Microsoft installed? Or the OSS version? |
The OSS version |
@bhkeys can you try the official version? |
It works on the official version but not on the OSS version. However there should be support for the OSS version that way people can use vscode without being under the MS EULA |
The .NET Core debugger the C# extension uses is a component that is shared across Visual Studio, Visual Studio for Mac, and Visual Studio Code. As such, it ships under a proprietary license that does not allow for it to be used with products other than the official Microsoft Visual Studio family (see https://github.com/OmniSharp/omnisharp-vscode/blob/master/RuntimeLicenses/license.txt and https://www.visualstudio.com/en-us/support/legal/mt644895). |
This same thing is happening to me on the official version. |
Same here. On the official version. To replicate:
|
This is a VS Code issue that slipped into 1.12. It's being tracked with #1456. |
FYI - I turned on logging and the issue appears to be this...
|
Correct. That's precisely the issue. The VS Code team is working on it. |
I expect there will be a recovery build soonish |
Ah - OK. Thanks! |
@mstarrrsui the VS Code issue seems to be fixed now. See VS Code version 1.12.1. |
Seems to be happening again with the insider build:
|
@nesshoever Is this the full error message you are getting? Error processing 'configurationDone' request. Unknown Error: 0x89720010 |
@gregg-miskelly Yes, that's it: |
I opened microsoft/vscode#46270 for this. |
@nesshoever OS? |
@bpasero Ubuntu 16.04 x64 |
What is the current solution to this? it has been opened and closed. I am still receiving the same errors on my Mac. I will gladly assist |
@GoodGuyGregory I don't think whatever problem you are experiencing is related to this issue. Please open a new issue if you want help. |
Moved from microsoft/vscode#25333
From @bhkeys
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: