I'm not sure why, but unit testing has stopped working in VSC. It works from command line, but not within VSC.
I have tried reinstalling both the SDK as well as swithcing back to an older SDK and also reinstalled the Monkey C extension. Nothing seem to help. I, at some point, cleaned up after my Eclipse installation - perhaps that messed something up?
If I try to run unit tests - this is the error I get in the debug console window:
Executing test c:\Dropbox\Garmin-Connect-IQ\VSCode_projects\RART_Pacer\bin\test_epix2_RART_Pacer-settings.json...
Error: Unhandled Exception Exception: ASSERTION FAILED: Could not find 'c:\Dropbox\Garmin-Connect-IQ\VSCode_projects\RART_Pacer\bin\test_epix2_RART_Pacer-settings.json' Stack: - assertMessage() at /Users/Shared/Garmin/prj/di/toolchain4/mbsimulator/submodules/technology/monkeybrains/virtual-machine/api/Test.mb:186 0x300057d5 - runTest() at UnitTests:110 0x100004c2
Error: Unhandled Exception Exception: ASSERTION FAILED: Could not find 'c:\Dropbox\Garmin-Connect-IQ\VSCode_projects\RART_Pacer\bin\test_epix2_RART_Pacer-settings.json' Stack: - assertMessage() at /Users/Shared/Garmin/prj/di/toolchain4/mbsimulator/submodules/technology/monkeybrains/virtual-machine/api/Test.mb:186 0x300057d5 - runTest() at UnitTests:110 0x100004c2
The json file btw exists and seem fine. So, don't understand why the error?