You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x ] The latest version of the extension was used.
[x ] It is not related to remote-vscode or I checked the following issue
[x ] Imagine yourself into my position and think how hard to debug the issue without insufficient information.
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
I've got a working cmake configuration that allows me to use ApprovalTests.cpp with catch2. It does so by creating an executable for each file depending on a custom main.cpp file and then the test file. This doesn't seem to work with Testmate, the test case where ApprovalTests is used exits with a FatalErrorCondition which I've traced to the ApprovalTests library not being initialized (which happens on the custom main_config.cpp file). I've added the "_config" to the pattern finding configuration but to no avail. Am I doing something wrong?
Desktop
Extension Version: 4.8.3
VS Code Version: 1.86.0
Catch2 / Google Test / DOCTest Version: 3.3.2
OS Type and Version: Mac OS 13.6.3
Using remote-ssh/docker/wsl?: No
The text was updated successfully, but these errors were encountered:
Checklist
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
I've got a working cmake configuration that allows me to use ApprovalTests.cpp with catch2. It does so by creating an executable for each file depending on a custom main.cpp file and then the test file. This doesn't seem to work with Testmate, the test case where ApprovalTests is used exits with a FatalErrorCondition which I've traced to the ApprovalTests library not being initialized (which happens on the custom main_config.cpp file). I've added the "_config" to the pattern finding configuration but to no avail. Am I doing something wrong?
Desktop
The text was updated successfully, but these errors were encountered: