numaru / vscode-ceedling-test-adapter

Ceedling Test Adapter for the VS Code Test Explorer
MIT License
37 stars 14 forks source link

Implement clobber and clean commands #69

Closed danebou closed 3 years ago

danebou commented 3 years ago

Add two new commands Ceedling: Clean and Ceedling: Clobber. This can be used in case the tests' build fails and need to be cleaned or clobbered. The commands are cancelable.

image

image