Skip to content

v1.12.0-beta1

Pre-release
Pre-release

Choose a tag to compare

@gregg-miskelly gregg-miskelly released this 30 Jun 21:27

Debugger

  • Update debugger to run itself on .NET Core 2.0-preview2 (target app can still use .NET Core 1.x). This allows the debugger to run on more Linux distributions, and it allows there to be a single debugger package for all supported Linux distributions.
  • Fix issue where the call stack may be empty when stepping quickly (#1575)

Other Updates and Fixes

  • Automatically activate the extension when opening workspaces that contain any .csproj, .sln, or .csx files (#1375, #1150, PR: #1592))