Skip to content

Releases: dennismaxjung/vscode-dotnet-auto-attach

v1.1.1

08 Mar 17:16
Compare
Choose a tag to compare

1.1.1 - 2020-03-08

Fixed

  • Changed publisher reference of csharp extension to the changed one.

v1.1.0

26 Feb 10:23
Compare
Choose a tag to compare

1.1.0 - 2019-02-23

Added

  • Added project property to DotNetAutoAttach DebugConfiguration of launch.json. The project property allow to start a specific project and let you bypass the quick pick menu.

Changed

  • Changed naming of debug process in debug panel, now includes project name of the project which the debug session belongs to.

Fixed

  • InitialConfiguration & launch.json are now generated if they were not present.
  • Fixed bug where dotnet watch could not rebuild a project if debugger hangs on breakpoint.