Dennis Lambe Jr.

Results 12 comments of Dennis Lambe Jr.

OK awesome! I have it working pretty well, I'm polishing it up. One issue I'm running into is that when first opening a CMake project, with `cmake.configureOnOpen": true`, there's a...

Until this is fixed, you can do this as a workaround: ```diff -"cpputestTestAdapter.testExecutable": "${workspaceFolder}/unittest/build/HAL_UnitTests*", +"cpputestTestAdapter.testExecutable": "${workspaceFolder}/unittest/build/HAL_UnitTests*;workaround", ``` The "workaround" string gets globbed out of existence, but its presence triggers the...