This extension is a wrapper for the CMake Tools extension by Microsoft.
This wrapper adds more feedback from CMake, like show notifications when build failed or succeeded.
- Notify when build failed or succeeded.
- Open CMake output on failed builds.
(All of them are configurable)
By default this extension integrates with ms-vscode.cmake-tools. To use a compatible fork instead, set cmake-tools-build-wrapper.cmakeExtensionName to the fork's extension ID and reload the window.
- Install the CMake Tools extension or a compatible fork;
- Install this extension;
- Configure your shortcuts to call CMake commands via this extension:
cmake-build: Build(default shortcut isCtrl+B);cmake-build: Install(default shortcut isF8);cmake-build: Cleancmake-build: Configurecmake-build: Reconfigure
- Enjoy!
