Releases: numaru/vscode-ceedling-test-adapter
Releases · numaru/vscode-ceedling-test-adapter
Release 1.12.0
Added
- Add debug compatibility for ceedling >= v0.32.0.
- Use the esbuild bundler to shrink the size of the release.
Release 1.11.0
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
Fixed
- Fix the async-mutex import.
Release 1.10.0
Added
- A option to remove the ANSI escape sequences.
Release 1.9.1
Fixed
- Allow to debug on a multiple folders workspace.
- Run the
Clean
andClobber
commands on all root folders of the workspace.
Release 1.9.0
Added
- A configurable aliases for the parameterized test macros
TEST_CASE
andTEST_RANGE
.