Page 1 of 1

vscode extension does not update testing tab unless on editor restart

Posted: Thu Oct 31, 2024 6:17 pm
by jdbaptista
I am writing tests in vscode using unity following the extension and esp-idf documentation and have found that the testing tab in the activity portion of the IDE does not automatically update when I write a new test, nor when I click "Refresh Tests", nor any other form of clicking in the tab (ie. collapsing tests and other buttons). I have also tried using the "ESP-IDF: Unit Test: Build and flash unit test app for testing" command, which also doesn't refresh the tab.

The only way I have found to get the tests to reflect what is written in my code is to close and restart the IDE. Is there an easier way to do this? The extension will only run tests that are in the tab, not in my code, and will not run tests that are renamed unless a restart takes place because they are not included in the testing tab.

Thank you!

Re: vscode extension does not update testing tab unless on editor restart

Posted: Wed Nov 06, 2024 12:15 am
by ESP_bignacio
Thank you for your feedback !

Will take a look into it