vscode-cmake-tools
vscode-cmake-tools copied to clipboard
Allow stopping a CMake build launched via workbench.action
Brief Issue Summary
If I click this extension's "Build" button from the VSCode status bar (at the bottom), that button becomes a "Stop" button while the build is running, giving me the option to abort/cancel it.
However, when I launch the build from the Ctrl+Shift+B menu (Run Build Task / workbench.action.tasks.build
), the button does not change, and there is no apparent way to cancel the build.
Can you make the button change in the same way, regardless of how the build is launched?
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
Also, for my info, is there some other way to cancel the build when the button doesn't change?
My project is built with gcc-arm-none-eabi.
Relevant VSCode extensions I'm using:
- CMake v0.0.17
- CMake Tools v1.18.44