bneumann / CppUTest-Test-Adapter

A test adapter for Visual Studio Code for the C/C++ Unit Test framework CppUTest.
MIT License
16 stars 7 forks source link

Automatic settings reload and test executable detection #28

Closed jgonzalezdr closed 2 years ago

jgonzalezdr commented 2 years ago

Settings are automatically reloaded when the user changes them.

Additionally, test runners are refreshed when tests are reloaded, so new and deleted test executables are automatically detected.

Note: I've also cleaned up settings nomenclature for homogeneity with the extension name.

jgonzalezdr commented 2 years ago

BTW, this fixes #25.

trommlbomml commented 2 years ago

Do you have any schedule when this addin with this feature goes out of prerelease? I need it for a project in dev containers and there it is not so easy to refer to versions - in addition that I want to have the latest stable plugin as well.