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

Version 0.1.14 seems to break the extension on the latest VSCode #14

Closed mzawodniok closed 2 years ago

mzawodniok commented 2 years ago

After upgrading to 0.1.14 I've experienced a problem where the Test Explorer is unable to detect test cases.

Reverting to previous version (0.1.12 did fix it). The v.0.1.14 produces no error message, just does not show any test cases/groups in the explorer.

Update: I'm running the VSCode 1.61.1 on MacOS Monterey (12.0) beta 10 - Inter CPU.

bneumann commented 2 years ago

Sorry about that, I forgot how to publish correctly to the marketplace and pushed an extension without content ¯_(ツ)_/¯. Anyways, published version 0.1.15 now and it should work again.