Replies: 1 comment
-
Are you referring to the "CMake: Configure" command? As of now I don't believe that this is currently supported. Please let me know if there is additional context that I should know about |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a workspace that is not pointing at the top level of the project so I want to set the working dir of the cmake command to the top level.
I tried adding
"cwd": "${workspaceFolder}/.."
in launch configurations but it is not allowed. What is the way to do this?Beta Was this translation helpful? Give feedback.
All reactions