# Commands
# Configure Commands
cmake.configureProject - Configure a project
Select a source folder to configure.
cmake.configureCurrentProject - Configure current project
cmake.configureWorkspace - Configure workspace
Configure all source folder in the workspace
# Build commands
cmake.buildTarget - Build a target
Select a target to build
cmake.buildCurrentTarget - Build current target
cmake.buildProject - Build a project folder
cmake.buildCurrentProject - Build current project
cmake.buildWorkspace - Build workspace
# Clean commands
cmake.cleanProject - Clean a project folder
cmake.cleanCurrentProject - Clean current project
cmake.cleanWorkspace - Clean workspace
# Misc commands
cmake.removeBuildDirectory - Remove build directory
cmake.cleanRestartClient - Restart CMake
cmake.editConfiguration - Edit CMake Configurations
# Select commands
cmake.selectProject - Select CMake Project
cmake.selectTarget - Select CMake Target
cmake.selectConfiguration - Select CMake Configuration