/gta-bug

Reproduction of missing-annotation bug in VSCode gtest-adapter extension

Primary LanguageCMake

gta-bug

Clone the repo, build it:

cd $HOME
git clone --recursive https://github.com/makestuff/gta-bug.git
cd gta-bug
./build.sh
code .

In VSCode, open "Test Explorer" pane, choose "Run All".

Now navigate to mul-tests->Multiply and double-click "verifySimpleMultiply". Notice that the test does have a "Go to Tree | Run | Debug" annotation:

verifySimpleMultiply

Now navigate to div-tests->Divide and double-click "verifySimpleDivide". Notice that the test does not have a "Go to Tree | Run | Debug" annotation:

verifySimpleDivide