vscode-cmake-tools
vscode-cmake-tools copied to clipboard
About Working Directory of Target
When I type Shift + F5, it will start a new terminal with the position of CMAKE_RUNTIME_OUTPUT_DIRECTORY which will also be the cwd of running target.
I wonder how can I change the default position of the new terminal to my current vscode workspaceFolder?
This is the expected behavior. You can change the default position, you can use this setting:
"cmake.debugConfig": {
"cwd": "${workspaceFolder}"
}
This issue has been closed automatically because it's labeled as a 'question' and has not had recent activity.