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)
- Install the CMake Tools extension;
- 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: Clean
cmake-build: Configure
cmake-build: Reconfigure
- Enjoy!