CMake Preset IndicatorA minimal VS Code extension that shows the currently selected CMake Configure Preset directly in the status bar. Useful when working with projects that switch frequently between configurations such as:
without keeping the full CMake Tools status bar visible. Features
ExampleWith:
the status bar shows: 🐞 Debug. Switch to:
and it updates automatically. Requirements
InstallationInstall from the VS Code Marketplace: (search: CMake Preset Indicator) or install manually from a .vsix file. DevelopmentClone:
Install dependencies:
Compile:
Run: Press F5 to launch the Extension Development Host. LicenseMIT |