Skip to content

Releases: numaru/vscode-ceedling-test-adapter

Release 1.12.0

02 Jan 21:04
6d2d2ed
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

  • Fix the async-mutex import.

Release 1.10.0

04 Jun 14:26
7a92288
Compare
Choose a tag to compare

Added

  • A option to remove the ANSI escape sequences.

Release 1.9.1

15 Apr 09:53
1980add
Compare
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
Compare
Choose a tag to compare

Added

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