chore: remove matepek.vscode-catch2-test-adapter#738
Merged
Ron (rjaegers) merged 5 commits intomainfrom Mar 27, 2025
Merged
Conversation
The functionality provided by this extension is now provided by the cmake-tools extension. This extension is no longer needed.
Contributor
Compressed layer size comparisonComparing
|
Contributor
Compressed layer size comparisonComparing
|
Contributor
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:
|
Contributor
EkelmansPh
approved these changes
Mar 18, 2025
|
Contributor
Pull Request Report (#738)Static measures
Time related measures
Status check related measures
|
Contributor
|
🎉 Hooray! The changes in this pull request went live with the release of v6.0.0 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




🚀 Hey, I have created a Pull Request
Description of changes
The functionality provided by this extension is now provided by the cmake-tools extension. This extension is no longer needed. Having two extensions doing "the same thing" was a source of confusion. Please note that the functionality of test-discovery is different between the two extensions. While matepek.vscode-catch2-test-adapter was able to automatically discover tests cmake-tools needs to be told what to add to CTest. This can be done via e.g. add_test or via one of the discovery methods like gtest_add_tests or gtest_discover_tests.
✔️ Checklist