Replies: 1 comment
|
I don't know...maybe ask https://github.com/microsoft/vscode-cmake-tools/issues ? |
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.
Hi, there !
I got separated building directories for release and debug build type.
"cmake.buildDirectory" : "${workspaceRoot}/build.${buildKit}.${buildType}",But every time after changing build type debug -> release or release -> debug, i supposed to building whole project again.
Is't possible to disable force rebuilding?
All reactions