Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

46 lines (26 loc) · 1.67 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.1] - 2021-10-19

Added

  • Initial crude implementation
  • Ability to automatically attach to processes spawned by dotnet watch run

[0.1.1] - 2021-10-19

Added

  • Refactor entire code-base
  • Disposal of services
  • Groundwork for multiple instances of the debugger

[0.2.0] - 2022-03-05

Added

  • Support for dotnetwatchattach to manage the lifetime of a specified task by defining the task parameter in your launch.json. I no longer advise you to use the preLaunchTask and postLaunchTask configuration properties. This has the added benefit that the isBackground: true property is no longer required for the task definition (fixes #1).

[0.2.4] - 2022-09-06

Added

[0.2.6] - 2023-03-20

Added

  • More strict regex for linux based system (fixes #12)
  • Added simple logging system for future debugging purposes.

[0.2.7] - 2024-04-24

Fixed

  • The process responsible for scanning now bypasses PowerShell profiles (Closes #17, Thanks hackathi!)