matepek / vscode-catch2-test-adapter

Catch2, Google Test and doctest Adapter for the VSCode
https://marketplace.visualstudio.com/items?itemName=matepek.vscode-catch2-test-adapter
MIT License
210 stars 52 forks source link

Simplify finding test executables (remove advancedExecutables) #413

Closed infn-ke closed 11 months ago

infn-ke commented 11 months ago

The plugin requires some configuration to find the test executable by setting the variable advancedExecutables. It would easier if the plugin can detect the test executable without any configuration. E.g. ctest can output a list with names of them like this ctest --show-only=json-v1

matepek commented 11 months ago

ctest is not supported currently.