-
Notifications
You must be signed in to change notification settings - Fork 686
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 while Downloading and configuring the .NET Core Debugger #96
Comments
Thanks for reporting this. Are you trying to get .NET Core debugging to work? If so, we are happy to help troubleshoot. If not, you can ignore this. Assuming you want to help, can you tell us --
|
2.cd ~/.vscode/extensions/ms-vscode.csharp-0.3.6/coreclr-debug Output:
|
Oh wait, It's I guess it's looking for NuGet.config file in wrong path. But why is that? |
dotnet --verbose restore --configfile NuGet.config output:
~/.vscode/extensions/ms-vscode.csharp-0.3.7/coreclr-debug$ ll total 36
|
Your .NET CLI is behaving badly. We may need to move your issue over to there. But I have seen this before if you repeatedly install new CLIs without uninstall. So one last thing you can try: |
@gregg-miskelly |
I moved this to the .NET CLI repo. Hopefully they will be able to help. One note BTW: The .NET CLI just checked in a big set of changes that break debugging. Since you don't have debugging anyway, you can certainly install a newer build if you want. But debugging will not work with them. |
Similar issue on MacOSX
|
Similar issue on Windows 10:
|
@mariocatch can you try uninstalling your .NET CLI, make sure the directory is clean, and then reinstalling it? Also, what version do you have? |
Had the same issue on Windows 10. It disappeared after updating to C# Extension 1.3.0 on .Net Core 1.0.0-preview2-003121. Debugger is now successfully downloaded and installed (once). |
From @dhnnjy on March 15, 2016 11:55
After installing csharp extension, I'm getting message 'installation is successful'. But after that, there is this error,
But C# is present in installed extensions list.
Copied from original issue: microsoft/vscode#4244
The text was updated successfully, but these errors were encountered: