You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: