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 always fails to "restore" #169

Closed
egamma opened this issue Apr 11, 2016 · 9 comments
Closed

debugger always fails to "restore" #169

egamma opened this issue Apr 11, 2016 · 9 comments

Comments

@egamma
Copy link
Contributor

egamma commented Apr 11, 2016

From @ciel on April 8, 2016 21:13

  • VSCode Version:
    0.10.11
  • OS Version:
    Windows 10x64
    Steps to Reproduce:
  • .NET CLI version
.NET Command Line Tools (1.0.0-rc2-002306)

Product Information:
 Version:     1.0.0-rc2-002306
 Commit Sha:  0747d31f86

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.10586
 OS Platform: Windows
 RID:         win10-x64
  1. Install Visual Studio Code
  2. Install the dot net cli
  3. Open a command line (cmd or PowerShell)
  4. Navigate to a folder
  5. Type dot net new and hit ENTER to create a new project.
  6. Right click inside the folder (Windows Explorer) and select Open with VS Code

The OUTPUT window appears and spouts off a lot of attempts to pull in files, and then yields an error; it is different each time for me.

sample

Copied from original issue: microsoft/vscode#5107

@gregg-miskelly
Copy link
Contributor

The latest builds of the .NET CLI aren't compatible with the version of the C# extension currently in the gallery. So you will either need to install a newer build of the C# extension, or go back to the 'beta' build of the CLI referenced from http://dotnet.github.io/getting-started.

Instructions for the getting-started builds: https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger.md
Instructions for the latest builds: http://aka.ms/vscclrdogfood

@ciel
Copy link

ciel commented Apr 11, 2016

I have the best newest version of the C# extension.
On Apr 11, 2016 9:30 AM, "Gregg Miskelly" [email protected] wrote:

Closed #169 #169.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#169 (comment)

@ciel
Copy link

ciel commented Apr 11, 2016

The newest**
On Apr 11, 2016 9:36 AM, "Stacey Lynn" [email protected] wrote:

I have the best newest version of the C# extension.
On Apr 11, 2016 9:30 AM, "Gregg Miskelly" [email protected]
wrote:

Closed #169 #169.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#169 (comment)

@gregg-miskelly
Copy link
Contributor

@ceil you have 1.0.1-rc? The output above looks to be from the latest version from the VS Code Gallery.

@gregg-miskelly
Copy link
Contributor

If you do have 1.0.1-rc, please copy/paste the output from the coreclr-debug output pain.

@ciel
Copy link

ciel commented Apr 11, 2016

So that isn't the latest build? Where do I get a newer one, then?

@gregg-miskelly
Copy link
Contributor

As I said -- http://aka.ms/vscclrdogfood

@ciel
Copy link

ciel commented Apr 11, 2016

Sorry. That part got chopped off on the email from my phone. I'll take a look at it momentarily.

@ciel
Copy link

ciel commented Apr 11, 2016

Yes, that did seem to resolve the problem. Thank you very much.

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

No branches or pull requests

3 participants