Tools that support you managing and maintaining CMake projects with VS Code.
To interact with CMake, the CMake Tools extension is there. It could be found here. Formerly it was maintained by vector-of-bool (thanks for that great extension!) and is now maintained by Microsoft.
Especially the the CMake Quickstart feature, usable with the command palette (Ctrl+Shift+P
) running CMake: Quickstart, is pretty nice to starting coding right away.
For details on how to setup, configure and build projects, see https://github.com/microsoft/vscode-cmake-tools/blob/develop/docs/README.md and https://code.visualstudio.com/docs/cpp/cmake-linux.
For support of writing CMakeLists files, the CMake extension is pretty useful.