Vscode-cmake-tools: Reset to "All" target

Created on 3 Aug 2017  路  6Comments  路  Source: microsoft/vscode-cmake-tools

Hello, I'm witnessing that the CMake-Tools will sometimes fall back to the "All" target. Is there somewhere a list of the circumstances leading to this fallback?

bug

All 6 comments

Sorry for the delay.

This happens when CMake Server needs to be restarted. I don't maintain the active target between restarts. This can be fixed if the target is stored in the filesystem. That would also help preserve between VSCode runs.

+1 to persist both the active build target and the target for debugging ^^

This issue should be fixed in the 0.11.0 beta release. Have you given that a try? It also includes a lot of other enhancements and fixes, including persisting the debug target.

I will give it a try on my next free weekend! Thank you for the fast reply :)

I'm closing this, but feel free to re-open if you feel it is not solved to your satisfaction with the 0.11.0 [beta] release.

I have switched to the 0.11.0 version and it now remembers the targets without problem. Thank you!

Was this page helpful?
0 / 5 - 0 ratings