Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use variable substitution in launch.json #43

Open
dtmoodie opened this issue Sep 19, 2019 · 1 comment
Open

Unable to use variable substitution in launch.json #43

dtmoodie opened this issue Sep 19, 2019 · 1 comment

Comments

@dtmoodie
Copy link

dtmoodie commented Sep 19, 2019

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.

@jsean85
Copy link

jsean85 commented Oct 5, 2019

Is my system free From hacker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants