All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.1.0 (2022-02-25)
- task-service.ts: tryLoadLaunchProfile instead of prompting error (can't find launchSettings) (9204e4c)
1.0.4 (2022-02-25)
1.0.3 (2022-02-14)
1.1.1 - 2020-03-08
- Changed publisher reference of csharp extension to the changed one.
1.1.0 - 2019-02-23
- Added project property to DotNetWatch DebugConfiguration of launch.json. The project property allow to start a specific project and let you bypass the quick pick menu.
- Changed naming of debug process in debug panel, now includes project name of the project which the debug session belongs to.
- InitalConfiguration & 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.
- Initial release