Skip to content
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

Closed
sebastienros opened this issue Apr 13, 2016 · 6 comments
Closed

Debugger doesn't work, looking for nuget.config #179

sebastienros opened this issue Apr 13, 2016 · 6 comments

Comments

@sebastienros
Copy link
Member

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:

  • download vscode march insider version
  • download omnisharp-vscode release 4/8
  • open an existing dotnet project folder
  • displays an error message stating Debugger could not be loaded, with the nuget.config explanation in the log
@gregg-miskelly
Copy link
Contributor

What version of .NET CLI do you have? (dotnet --info)

@gregg-miskelly
Copy link
Contributor

Thanks, @jeffpapp and @joaomello you are running into a different problem than sebastienros. I moved your issue to #181.

@sebastienros
Copy link
Member Author

1.0.0-beta-002279

@chuckries
Copy link
Contributor

Are you on windows? Have you fully uninstalled all previous dotnet CLI's from Add/Remove Programs?

@chuckries chuckries self-assigned this Apr 13, 2016
@chuckries
Copy link
Contributor

I was not able to repro this on my machine with

c:\Users\chuckr\Source\scratch>dotnet --info
.NET Command Line Tools (1.0.0-beta-002279)

Product Information:
 Version:     1.0.0-beta-002279
 Commit Sha:  76610c4cd4

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.10586
 OS Platform: Windows
 RID:         win10-x64

and

[Window Title]
Visual Studio Code - Insiders

[Main Instruction]
Visual Studio Code - Insiders

[Content]

Version 0.10.15-insider
Commit 67567498285c2081312077cc24370d97676fc20a
Date 2016-04-11T10:56:21.409Z
Shell 0.35.6
Renderer 45.0.2454.85
Node 4.1.1

[OK]

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.

@sebastienros
Copy link
Member Author

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 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants