Skip to content

Releases: numaru/vscode-ceedling-test-adapter

Release 1.13.3

23 Dec 17:08
f4d8ed1

Choose a tag to compare

Fixed

  • Previous version has been burned by azure.

Release 1.13.2

17 Dec 21:42
24df910

Choose a tag to compare

Fixed

  • Previous version has been burned by azure.

Release 1.13.1

17 Dec 21:20
aa5fc7c

Choose a tag to compare

Fixed

  • Add the missing rimraf dependency.

Release 1.12.0

02 Jan 21:04
6d2d2ed

Choose a tag to compare

Added

  • Add debug compatibility for ceedling >= v0.32.0.
  • Use the esbuild bundler to shrink the size of the release.

Release 1.11.0

29 Nov 22:00
4283fdf

Choose a tag to compare

Added

  • Add a vscode log channel for the extension.

Fixed

  • Do not use the path as test suite id, only the file name.

Release 1.10.1

07 Jun 19:53
420dc8b

Choose a tag to compare

Fixed

  • Fix the async-mutex import.

Release 1.10.0

04 Jun 14:26
7a92288

Choose a tag to compare

Added

  • A option to remove the ANSI escape sequences.

Release 1.9.1

15 Apr 09:53
1980add

Choose a tag to compare

Fixed

  • Allow to debug on a multiple folders workspace.
  • Run the Clean and Clobber commands on all root folders of the workspace.

Release 1.9.0

03 Apr 12:00
acab635

Choose a tag to compare

Added

  • A configurable aliases for the parameterized test macros TEST_CASE and TEST_RANGE.