Skip to content

VSCode fails to automatically install .Net Core Debugger upon opening a C# folder after upgrading CLI from release to latest beta #161

@mattscheffer

Description

@mattscheffer

VSCode Version: 0.10.11
OS Version: OSX, Win10

This assumes you already have openssl installed.

  1. Install VSCode
  2. Install Release version of the Dotnet CLI from https://dotnet.github.io/getting-started/
  3. Install latest C# extension
  4. Install latest beta version of the DotNet Cli from https://github.com/dotnet/cli
  5. Open VSCode. Open folder with a C# project inside.

Expected:
.Net Core debugger should install automatically

Actual:
Pop up appears saying the there was an error when installing .NET Core Debugger. Has a button for view log, but nothing happens if you click it.

dotnet --info:
.NET Command Line Tools (1.0.0-rc2-002306)

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

Runtime Environment:
OS Name: Mac OS X
OS Version: 10.11
OS Platform: Darwin
RID: osx.10.11-x64

Metadata

Metadata

Labels

DebuggerDebugger-InstallfixedFixed and available in the stable version of C# Extension.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions