vscode-cmake-tools icon indicating copy to clipboard operation
vscode-cmake-tools copied to clipboard

Allow stopping a CMake build launched via workbench.action

Open bmcdonnell-fb opened this issue 6 months ago • 4 comments

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.

image

image

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.

image

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

bmcdonnell-fb avatar Aug 16 '24 23:08 bmcdonnell-fb