-
Notifications
You must be signed in to change notification settings - Fork 676
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
Debugger doesn't work, looking for nuget.config #179
Comments
What version of .NET CLI do you have? (dotnet --info) |
Thanks, @jeffpapp and @joaomello you are running into a different problem than sebastienros. I moved your issue to #181. |
1.0.0-beta-002279 |
Are you on windows? Have you fully uninstalled all previous dotnet CLI's from Add/Remove Programs? |
I was not able to repro this on my machine with
and
We have seen issues similar to this when the .net cli install gets into a bad state. I would try uninstalling any and all CLI's and then installing 1.0.0-beta-002279 from here. In Add/Remove Programs, make sure you sure for dotnet, .net, net, and cli just to make sure you spot any old version sticking around. |
Ok, I will assume this is just my machine then, as I get the CLI from aspnet core builds automatically and also from the MSI in Program Files ... |
When starting vscode it complains the debugger can't be loaded because it can't find
[my_app_local]\.vscode-insiders\extensions\ms-vscode.csharp-1.0.1-rc2\nuget.config
.It's actually looking for the one in
\.vscode-insiders\extensions\ms-vscode.csharp-1.0.1-rc2\coreclr-debug
so it works when I copy it and restart vscode.Repro steps:
The text was updated successfully, but these errors were encountered: