gtest-adapter icon indicating copy to clipboard operation
gtest-adapter copied to clipboard

Unable to use variable substitution in launch.json

Open dtmoodie opened this issue 5 years ago • 1 comments

I develop in docker containers with a volume mount of my code, thus I want to keep all my build folders in separate volume mounts based on which docker container I'm in. Currently I do this by setting up my cmake build folder to ${env:HOME}/build/${workspaceFolderBasename} and similarly in my launch file.

However when I do this gtest-adapter no longer can find my tests. If I hardcode the path to the build folder into my launch file this gtest-adapter works as expected.

dtmoodie avatar Sep 19 '19 16:09 dtmoodie

Is my system free From hacker

jsean85 avatar Oct 05 '19 12:10 jsean85