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
203 stars 52 forks source link

Documentation does not mention case-sensitivity for file search globs #410

Closed 0xf005ba11 closed 9 months ago

0xf005ba11 commented 9 months ago

The documentation should mention settings, such as testMate.cpp.test.executables, are case-sensitive even on Windows. It took me a bit to realize this was the root issue for one of my projects.

Thanks for the great extension.

matepek commented 9 months ago

This case sensitivity is part of the vscode framework and not specific to this extension.